CodeBrowser / npm / queue
queue@7.0.0
// asynchronous function queue with adjustable concurrency
$ npm install queue
downloads/wk
18,771,198
license
MIT
version
7.0.0
published
Apr 11, 2023
What is queue?
The queue package manages asynchronous tasks with control over how many run simultaneously. Use it when you need to process a series of jobs (like API calls or file operations) without overwhelming your system or running them all at once.
Keywords
#queue #async #asynchronous #synchronous #job #task #concurrency #concurrent
Maintainers
jessetane