An implementation of burstable throtling algorithm on top of rxjs
A fast and efficient leaky bucket implementation
Cloud executable protocol
Tiny queue data structure
[](https://www.npmjs.com/package/@aws-sdk/middleware-bucket-endpoint) [](http
Rate controlled and retry enabled request manager to interact with Snyk APIs
Bucket implementation for Ratelimits.
fast, tiny `queueMicrotask` shim for modern engines
A queue with leaky bucket logic made for promises
A shim for the setImmediate efficient script yielding API
Promise queue with concurrency control
A simple tool to keep requests to be executed in order.
Configurable, counter-based Leaky Bucket abstractions for generalized rate-limiting purposes
The smallest and simplest JavaScript priority queue
queue-lit is a tiny queue data structure in case you `Array#push()` or `Array#shift()` on large arrays very often
Next tick shim that prefers process.nextTick over queueMicrotask for compat
Simple JS queue with auto run for node and browsers
In memory queue system prioritizing tasks
Promise-based queue
LRU Queue
The fastest javascript implementation of a double-ended queue. Used by the official Redis, MongoDB, MariaDB & MySQL libraries for Node.js and many other libraries. Maintains compatability with deque.
Sequential asynchronous lock-based queue for promises
An asynchronous task runner with configurable rate limiting / throttling and concurrency control.
Port of [leaky-bucket](https://github.com/linaGirl/leaky-bucket) to Typescript. Original package was using experimental modules which required a runtime flag and also didn't have nice Typescript types.