ts-fork-queue
JSON →A minimalistic Node.js fork queue that schedules enqueued tasks and runs them in separate child processes using child_process.fork(). Version 0.1.34 is the latest stable release, with no active release cadence. Key differentiators: TypeScript-first, configurable queue size and parallelism, polling-based scheduler. Limited to forking Node.js modules; tasks must self-terminate via process.exit().
Resources
packagets-fork-queue ↗