"ConcurrentQueue" organizes promises execution
Next tick shim that prefers process.nextTick over queueMicrotask for compat
A simple rate limited queue for asynchronous operations. Restricts the number of operations executed per time interval.
a simple fifo queue
LRU Queue
Promise-based queue
Simple JS queue with auto run for node and browsers
In memory queue system prioritizing tasks
The fastest javascript implementation of a double-ended queue. Used by the official Redis, MongoDB, MariaDB & MySQL libraries for Node.js and many other libraries. Maintains compatability with deque.
Simple JS queue with auto run for node and browsers
Concurrency limit
Sequential asynchronous lock-based queue for promises
Fast, in memory work queue
Use the Supabase JavaScript library in popular server-side rendering (SSR) frameworks.
asynchronous function queue with adjustable concurrency
A promise based, dynamic priority queue runner, with concurrency limiting.
Microsoft Azure Storage SDK for JavaScript - Queue
SQS adapter for message-queue-toolkit
Extremely fast double-ended queue implementation
A simple task runner which will run tasks concurrently while maintaining limits.
A heap-based implementation of priority queue in javascript with typescript support.
Compatible version of p-queue
Allows promises to be queued up and executed at a maximum rate defined by time or max concurrency
Like through2 except runs in parallel with limited concurrency