queue
asynchronous function queue with adjustable concurrency
async-limiter
asynchronous function queue with adjustable concurrency
concurrent-tasks
A simple task runner which will run tasks concurrently while maintaining limits.
fair-task-pool
Fairly schedule async tasks and prevent any since user/subject from monopolizing the system resources.
@ai-zen/async-queue
AsyncQueue is a TypeScript class that provides a simple asynchronous queue implementation. It implements the `Symbol.asyncIterator` interface, allowing it to be used in `for-await-of` loops. This enables one or multiple consumers to process items in the q