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.
requestVideoFrameCallback polyfill
Simple JS queue with auto run for node and browsers
Sequential asynchronous lock-based queue for promises
request animation frame
Fast, in memory work queue
asynchronous function queue with adjustable concurrency
Extremely fast double-ended queue implementation
A promise based, dynamic priority queue runner, with concurrency limiting.
Microsoft Azure Storage SDK for JavaScript - Queue
A simple mock for requestAnimationFrame testing with fake timers.
Compatible version of p-queue
A heap-based implementation of priority queue in javascript with typescript support.
a simple priority queue data structure
Yet Another RequestAnimationFrame Polyfill
requestAnimationFrame for libraries
Better Queue for NodeJS
Generic browser priority queue.
Call an array of promise-returning functions, restricting concurrency to a specified limit.
request animation frame
Promise queue with a nice API
Evaluate asynchronous tasks with configurable concurrency.
Simple FIFO queue implementation to avoid having to do shift() on an array, which is slow.