CodeBrowser / npm / grouped-queue
grouped-queue@2.1.0
// In memory queue system prioritizing tasks
$ npm install grouped-queue
downloads/wk
1,363,450
license
MIT
version
2.1.0
published
Aug 17, 2025
What is grouped-queue?
Grouped-queue is an in-memory queue system that lets you manage and prioritize asynchronous tasks in your application. Use it when you need to control the execution order and priority of background jobs without external dependencies. It's useful for coordinating multiple async operations and preventing resource bottlenecks from uncontrolled task execution.
Keywords
#queue #async #task #flow #control
Maintainers
sboudrias, mshima