@ricokahler/pool
like `Promise.all` but you can specify how many concurrent tasks you want at once
like `Promise.all` but you can specify how many concurrent tasks you want at once
Simple queuing functionality with event emitter async call.
AsyncQueue module used for running asynchronous tasks in series
Async queue implementation for Electron RPC
A utiltify for send request in parallel 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
A queue that executes async tasks in order like mutex and semaphore methodology for javascript and typescript.
Tiny async queue with concurrency control. Like p-limit or fastq, but smaller and faster.
A Typescript utility that allows you to handle a sequence of tasks(function or promise) in a defined order with support for error handling.
Let the asynchronous queue respond to the results in the order in which it was requested,让异步队列按照请求的顺序响应结果。
Simple, zero dependency promise-based queue.