Tiny queue data structure
Promise queue with concurrency control
fast, tiny `queueMicrotask` shim for modern engines
queue-lit is a tiny queue data structure in case you `Array#push()` or `Array#shift()` on large arrays very often
A shim for the setImmediate efficient script yielding API
The smallest and simplest JavaScript priority queue
A simple tool to keep requests to be executed in order.
In memory queue system prioritizing tasks
Sequential asynchronous lock-based queue for promises
Next tick shim that prefers process.nextTick over queueMicrotask for compat
asynchronous function queue with adjustable concurrency
Compatible version of p-queue
Simple JS queue with auto run for node and browsers
Promise-based queue
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.
LRU Queue
Simple JS queue with auto run for node and browsers
Call an array of promise-returning functions, restricting concurrency to a specified limit.
A Node.js library for interacting with the Vercel Queue Service API
Fast, in memory work queue
Generic browser priority queue.
A promise based, dynamic priority queue runner, with concurrency limiting.
Microsoft Azure Storage SDK for JavaScript - Queue
Throttles arbitrary code to execute a maximum number of times per interval. Best for making throttled API requests.