Async Queue (Throttler). For rate limiting. For example, you use an external API and the number of requests per second is limited there.
Simple and easy to use async queue
A simple async queue processor.
JS class to handle an asyncronous queue with concuttent tasks
a simple queue executing async functions linearly with pause/resume
AsyncQueue module used for running asynchronous tasks in series
![ci][ci-url] [![npm version][npm-badge]][npm-url]
```javascript
A robust asynchronous queue for managing concurrent tasks with support for concurrency control, task prioritization, event handling, and more.
[](https://github.com/gustawdaniel/async-queue/actions/workflows/npm-publish.yml)
![ci][ci-url] [![npm version][npm-badge]][npm-url]
NodeJs 异步(async)队列, 提供一种顺序执行异步任务的机制.
Async queue promise
An utility class for data serialization with an ability to serialize functions
A wrapper over async queue helpful in managing the queue length.
Async queue for next.
Execute an async function per document in a streamed query, pausing the stream when a concurrency limit is saturated
Extremely simple wrapper for async's .series and .parallel, because I got annoyed having to write var queue = [] everywhere..
AsyncQueue is a simple NodeJS Module for running asynchronous functions in a series using a queue structure
Feed and consume a list asyncronously
A lightweight but powerful asynchronous task queuing system, with smart task priority and configurable concurrency limit
[](https://travis-ci.org/habitants/async-queue)
No Queue, Just a simple promise mechanics to help you run serial tasks.
A simple async queue