update README
This commit is contained in:
parent
ecdd869e5b
commit
42602e34c8
|
@ -1,6 +1,7 @@
|
|||
# [batchasync.js](https://git.coolaj86.com/coolaj86/batchasync.js)
|
||||
|
||||
Like forEachAsync, or Promise.all(), but handling a bounded number of items at any given time.
|
||||
Like calling `map()` and resolving with `Promise.all()`,
|
||||
but handling a bounded number of items at any given time.
|
||||
|
||||
## Install
|
||||
|
||||
|
|
Loading…
Reference in New Issue