Showing 21-40 of 867,049 packages
Promise-based queue
Next tick shim that prefers process.nextTick over queueMicrotask for compat
Extremely fast double-ended queue implementation
queue-lit is a tiny queue data structure in case you `Array#push()` or `Array#shift()` on large arrays very often
Simple FIFO queue implementation to avoid having to do shift() on an array, which is slow.
a simple priority queue data structure
Sequential asynchronous lock-based queue for promises
Better Queue for NodeJS
Promise queue with a nice API
a performant queue implementation in javascript
Compatible version of p-queue
wrapper around async.queue to make some common usages simpler
Task and Message Queues with Multiple Providers
A lightweight task queue
A link to queue requests when a certain condition is met (eg. device is offline)
Throttles arbitrary code to execute a maximum number of times per interval. Best for making throttled API requests.
Promise queue with concurrency control. This is a fork of sindresorhus/p-queue, but with CommonJS support.
High-priority task queue for Node.js and browsers
asynchronous function queue with adjustable concurrency
Priority queue data structures