easy-promise-queue

JSON →
library 0.5.7 ·javascript
verified Jun 7, 2026

A lightweight, concurrency-controlled promise queue for Node.js (v0.5.7, last updated 2020). Executes promises in FIFO order with configurable concurrency. Supports pause/resume of the queue (ongoing promises complete). Includes TypeScript definitions. Differentiates from similar libraries (e.g., p-limit, bottleneck) by built-in pause/resume and simple API. No external dependencies. Stable but low release cadence; works with Node >=8.