Module for executing heavy tasks under forked processes in parallel, by providing a Promise
based interface, minimum overhead, and bound workers.
Offload tasks to a pool of workers on node.js and in the browser
Distribute processing tasks to child processes with an über-simple API and baked-in durability & custom concurrency options.
A simple RPC layer for communicating with web workers and over other transports