ei-queue-promise ensures to use your promise functions with a queue
Promise-based queue
Fast, in memory work queue
Promise queue with concurrency control
Call an array of promise-returning functions, restricting concurrency to a specified limit.
asynchronous function queue with adjustable concurrency
Promise queue with a nice API
wrapper around async.queue to make some common usages simpler
Tiny queue data structure
A simple, dependency-free library for concurrent promise-based queues. Comes with with concurrency and timeout control.
fast, tiny `queueMicrotask` shim for modern engines
Useful TypeScript utilities.
A promise based, dynamic priority queue runner, with concurrency limiting.
TypeScript definitions for promise-queue
Lightweight utilities for debouncing, throttling, and more - designed for npm packages.
A shim for the setImmediate efficient script yielding API
async/await simple priority queues
Compatible version of p-queue
High-priority task queue for Node.js and browsers
The smallest and simplest JavaScript priority queue
A simple tool to keep requests to be executed in order.
Utilities for debouncing, throttling, rate-limiting, queuing, and more.
queue-lit is a tiny queue data structure in case you `Array#push()` or `Array#shift()` on large arrays very often
Next tick shim that prefers process.nextTick over queueMicrotask for compat