Like forEachAsync, or Promise.all(), but handling a bounded number of items at any given time.
Go to file
AJ ONeal 482040d6ec for batching async tasks 2019-06-13 17:36:25 -06:00
.gitignore Initial commit 2019-06-13 23:04:48 +00:00
LICENSE Initial commit 2019-06-13 23:04:48 +00:00
README.md Initial commit 2019-06-13 23:04:48 +00:00
batchasync.js for batching async tasks 2019-06-13 17:36:25 -06:00
package.json for batching async tasks 2019-06-13 17:36:25 -06:00
test.js for batching async tasks 2019-06-13 17:36:25 -06:00

README.md

batchasync.js

Like forEachAsync, or Promise.all(), but handling a bounded number of items at any given time.