worker-pool-task-queue
The library is specifically designed for Node.js environments and is based upon the native worker_threads module
@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)!
threadpull
Create and manage a pool of worker threads with an improved two-way communication.