promise-queue
There are 23 repositories under promise-queue topic.
sindresorhus/promise-fun
Promise packages, patterns, chat, and tutorials
sindresorhus/p-queue
Promise queue with concurrency control
promise-queue/promise-queue
Promise-based queue
cnwhy/promise-queue-plus
Promise-based queue. Support timeout, retry and so on.
Bartozzz/queue-promise
A simple, dependency-free library for concurrent promise-based queues. Comes with with concurrency and timeout control.
ostdotcom/base
OST Base provides advanced Promise Queue Manager and other utilities.
electron-modules/electron-webview-schedule
Webview scheduling management, supporting asynchronous queue for Electron.
gustavolaux/promise-queue-manager
A queue manager for concurrent promise execution
anonyco/SPromiseMeSpeedJS
The JavaScript library that promises you the fastest ES6 promises
buttercup/channel-queue
A queue management library with channels
eetay/promise-pool-js
Library to execute promises in parallel, keeping not to execute more than N promises at any one time
gadingnst/concurrent-manager
A simple and fast way to manage concurrent promise tasks with Queue Data Structure.
jorgenkg/promise-priority-queue
Async bucket priority queue implemented in Typescript
VMois/promise-lane
A super simple promise queue in pure JavaScript
async-multiple/async-multiple
A lite asynchronous queue runtime library!
bobbrady/promise-job-queue
A concurrency limited job queue utilizing ES6 promises.
POPInNow/PromiseBatcher
A simple promise batching library
nesterow/limiter
A promise pool with RPS limiter.
sora-soft/promise-utils
提供各种Promise的相关工具类,包括可中断的Promise、超时即中断的Promise、Promise队列、防抖的Promise、自动重试的Promise
SP-Liu/promise-order
Run promise in order like promise-queue
plutoniumm/refs
code for later reference
YSZhuoyang/promise-command-queue
A fairly simple command queue that ensures both commands containing sync code and commands containing async code are executed in sequence, through promises chaining.