In memory queue system prioritizing tasks
wrapper around async.queue to make some common usages simpler
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 FIFO queue implementation to avoid having to do shift() on an array, which is slow.
Simple JS queue with auto run for node and browsers
Sequential asynchronous lock-based queue for promises
Promise queue with concurrency control. This is a fork of sindresorhus/p-queue, but with CommonJS support.
asynchronous function queue with adjustable concurrency
Vow-based task queue
Microsoft Azure Storage SDK for JavaScript - Queue
Extremely fast double-ended queue implementation
fast buffer storage
Compatible version of p-queue
A heap-based implementation of priority queue in javascript with typescript support.
Queue data from a stream until a checkpoint is hit
a simple priority queue data structure
async/await simple priority queues
A priority queue that shuffles elements with the same priority.
A Node.js queue library with controllable concurrency and rate limiting
Better Queue for NodeJS
Generic browser priority queue.
Interactively manage concurrency for outbound requests.
a simple fifo queue
qjobs is a simple and stupid queue job manager for nodejs