Yet another concurrent task queue
asynchronous function queue with adjustable concurrency
Compatible version of p-queue
Simple JS queue with auto run for node and browsers
A shim for the setImmediate efficient script yielding API
A Promise-based dynamic priority queue runner.
Efficient Binary heap (priority queue, binary tree) data structure for JavaScript / TypeScript. Includes JavaScript methods, Python's heapq module methods, and Java's PriorityQueue methods.
Queueing jobs in Postgres from Node.js like a boss
Promised out of order transform.
A tiny (139B to 204B) utility to regulate the execution rate of your functions
queue-lit is a tiny queue data structure in case you `Array#push()` or `Array#shift()` on large arrays very often
A simple tool to keep requests to be executed in order.
Lightweight utilities for debouncing, throttling, and more - designed for npm packages.
A queue implementation that can be iterated over
Task and Message Queues with Multiple Providers
Next tick shim that prefers process.nextTick over queueMicrotask for compat
A simple priority queue for co
TypeScript definitions for js-priority-queue
Multi-strategy job queue with local and BullMQ support
Utilities for debouncing, throttling, rate-limiting, queuing, and more.
Tiny async queue with concurrency control. Like p-limit or fastq, but smaller and faster.
A Node.js library for interacting with the Vercel Queue Service API
LRU Queue
A simple and efficient queue system for Node.js applications