CodeBrowser / npm / promise-queue
promise-queue@2.2.5
// Promise-based queue
$ npm install promise-queue
downloads/wk
1,155,873
license
MIT
version
2.2.5
published
Jan 28, 2018
What is promise-queue?
Promise-queue is an npm package that manages asynchronous tasks in a queue, executing them sequentially or in parallel with concurrency limits. Developers use it to control how many promises run at once, preventing resource exhaustion or rate-limit violations when handling multiple async operations like API calls or file processing.
Maintainers
azproduction