@mcjxy/task-pool
Easy way to manage a pool of workers, support cluster mode(run tasks in different process), thread mode(run tasks in different thread) and normal mode(run tasks in current thread)!
worker-messenger
This package is used to call the function between worker_thread and parent using Async function