async-promise-queue

JSON →
library 1.0.5 ·javascript
verified Jun 7, 2026

Wrapper around async.queue that provides a promise-based API for queueing asynchronous tasks with concurrency control. Current stable version: 1.0.5. Release cadence: infrequent, last updated in 2019. Key differentiators: automatically waits for pending work to finish before rejecting on failure, preventing runaway tasks; also exports a reference to the async module it depends on. Suitable for Node.js environments with Promise-based workflows.