Powerful yet simple JavaScript/TypeScript tasks queuing system.
npm install queue-systemPowerful yet simple JavaScript/TypeScript tasks queuing system.
- 🛠️ full TypeScript support
- 1️⃣ run tasks one by one or many of them at the same time with defined concurrency
- 🏎️ change concurrency as you need, pause and unpause the queue
- ➕ insert task at any position in the queue, put important tasks first or...
- 💪 ...force start additional task
- 🛑 cancel tasks, even running ones
- 👀 events support to monitor your queue
- 👶 simple API
- ✔️ fully unit tested
See here: https://dzek69.github.io/queue-system
MIT