fast, tiny `queueMicrotask` shim for modern engines
Next tick shim that prefers process.nextTick over queueMicrotask for compat
Tiny queue data structure
Promise queue with concurrency control
Run multiple promise-returning & async functions with limited concurrency
A simple tool to keep requests to be executed in order.
Turn any collection of objects into its own efficient tree or linked list using Symbol
Promise-based queue
Returns the next buffer/object in a stream's readable queue
Simple Typescript Queue with generics type support
asynchronous function queue with adjustable concurrency
Simple JS queue with auto run for node and browsers
Extremely fast double-ended queue implementation
a simple priority queue data structure
wrapper around async.queue to make some common usages simpler
javascript standard data structure library which benchmark against C++ STL
Stub TypeScript definitions entry for p-queue, which provides its own types definitions
Sequential asynchronous lock-based queue for promises
A simple, dependency-free library for concurrent promise-based queues. Comes with with concurrency and timeout control.
Curated collection of data structures for the JavaScript/TypeScript.
Queues failed requests and uses the Background Sync API to replay them when the network is available
Queues failed requests and uses the Background Sync API to replay them when the network is available
Microsoft Azure Storage SDK for JavaScript - Queue
Javascript implementation of a queue data structure
A heap-based implementation of priority queue in javascript with typescript support.
Workers Queues module for Miniflare: a fun, full-featured, fully-local simulator for Cloudflare Workers
Generic browser priority queue.
Fast heap-based priority queue in JavaScript
Simple FIFO queue implementation to avoid having to do shift() on an array, which is slow.