concurrent-queue

JSON →
library 7.0.2 ·javascript
verified Jun 7, 2026

A FIFO queue with concurrency control for Node.js and browsers, version 7.0.2. Supports both callback and promise-based processing with configurable concurrency limits, max queue size, and soft limits. It uses eventuate for event handling. The package is stable with no recent releases, suitable for rate-limiting async tasks.