A simple JavaScript/TypeScript tasks queue that supports dynamic concurrency control
A simple tool to keep requests to be executed in order.
A shim for the setImmediate efficient script yielding API
High-priority task queue for Node.js and browsers
fast, tiny `queueMicrotask` shim for modern engines
Task and Message Queues with Multiple Providers
In memory queue system prioritizing tasks
High-priority task queue for Node.js and browsers
Better Queue for NodeJS
Evaluate asynchronous tasks with configurable concurrency.
celery written in nodejs
Tiny queue data structure
Simple JS queue with auto run for node and browsers
Simple JS queue with auto run for node and browsers
A lightweight task queue
Vow-based task queue
Offload tasks to a pool of workers on node.js and in the browser
LRU Queue
A simple, fast, robust job/task queue, backed by Redis.
Promise-based queue
Promise queue with concurrency control
Next tick shim that prefers process.nextTick over queueMicrotask for compat
A promise based, dynamic priority queue runner, with concurrency limiting.
Simple FIFO queue implementation to avoid having to do shift() on an array, which is slow.