worker-union
🤼♂️ Package that makes it easy and convenient to use native worker_threads module
🤼♂️ Package that makes it easy and convenient to use native worker_threads module
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)!
Turn any module into a worker thread
Split a large number of concurrent tasks into execution
A Node.js library for managing the lifecycle of multi-process applications
This packages aims to take care of most of your multi threading concerns, including: -a reusable worker pool that is automatically sized based on the available threads (can be [configured](#optional-configuration)) - support for typescript out of the box
A tiny threading library, made for browsers and Node.
A high-level abstraction for multi-threading and sharing memory in Node.js.
A Node.js library for managing the lifecycle of multi-process applications