promise-subarrays
v0.1.2
Published
Similar to Promise.all() but allows you to await a certain number of promises at once.
Downloads
11
Readme
Promise-SubArrays
This is a simple tool, similar to Promise.all() but allows you to await a certain number of promises at once. This is great for making many HTTP requests in batches to avoid being rate limited.
See test.js for example usage.