throttle-asynchronous
Throttle many promises, resolve once
Throttle many promises, resolve once
A modern Promise rate-limiter for Node.js projects, implementing a fixed-window throttling policy. It restricts the number of tasks that can *start* execution within distinct, non-overlapping time windows. The API provides backpressure control by signalin
Fire a batch of promises while controlling the concurrent running promises