Async Queue (Throttler). For rate limiting. For example, you use an external API and the number of requests per second is limited there.
Promise queue with concurrency control
Sequential asynchronous lock-based queue for promises
asynchronous function queue with adjustable concurrency
Tiny queue data structure
wrapper around async.queue to make some common usages simpler
Evaluate asynchronous tasks with configurable concurrency.
Fast, in memory work queue
fast, tiny `queueMicrotask` shim for modern engines
Simple JS queue with auto run for node and browsers
Simple JS queue with auto run for node and browsers
asynchronous function queue with adjustable concurrency
Compatible version of p-queue
A shim for the setImmediate efficient script yielding API
async/await simple priority queues
Promised out of order transform.
Queueing jobs in Postgres from Node.js like a boss
The smallest and simplest JavaScript priority queue
A simple tool to keep requests to be executed in order.
queue-lit is a tiny queue data structure in case you `Array#push()` or `Array#shift()` on large arrays very often
Task and Message Queues with Multiple Providers
Next tick shim that prefers process.nextTick over queueMicrotask for compat
A queue implementation that can be iterated over
Multi-strategy job queue with local and BullMQ support