Showing 41-60 of 448,646 packages
Extremely fast double-ended queue implementation
A heap-based implementation of priority queue in javascript with typescript support.
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
Vow-based task queue
Queue data from a stream until a checkpoint is hit
Priority queue data structures
Queueing jobs in Postgres from Node.js like a boss
Fast heap-based priority queue in JavaScript
A Node.js library for interacting with the Vercel Queue Service API
A simple, fast, robust job/task queue, backed by Redis.
A Node.js queue library with controllable concurrency and rate limiting
A simple javascript function queue.
asynchronous function queue with adjustable concurrency
Interactively manage concurrency for outbound requests.
fast buffer storage
wrapper around async.queue to make some common usages simpler
Call an array of promise-returning functions, restricting concurrency to a specified limit.
Simple Typescript Queue with generics type support
Throttles arbitrary code to execute a maximum number of times per interval. Best for making throttled API requests.