run-queue@2.0.1
// A promise based, dynamic priority queue runner, with concurrency limiting.
$ npm install run-queue
downloads/wk
3,617,931
license
ISC
version
2.0.1
published
Jan 26, 2019
What is run-queue?
run-queue is an npm package that manages asynchronous tasks using a priority queue with adjustable concurrency limits. It lets you control how many operations run simultaneously and prioritize which tasks execute first. Developers use it when they need to process multiple async operations in a specific order while preventing resource exhaustion from running too many tasks at once.
Links
Dependencies (1)
Maintainers
iarna