@ricokahler/pool
like `Promise.all` but you can specify how many concurrent tasks you want at once
@henrygd/queue
Tiny async queue with concurrency control. Like p-limit or fastq, but smaller and faster.
@alwatr/async-queue
A queue that executes async tasks in order like mutex and semaphore methodology for javascript and typescript.
@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