Compare commits
2 Commits
ecdd869e5b
...
0c2692f9fb
Author | SHA1 | Date | |
---|---|---|---|
0c2692f9fb | |||
42602e34c8 |
@ -1,6 +1,7 @@
|
|||||||
# [batchasync.js](https://git.coolaj86.com/coolaj86/batchasync.js)
|
# [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
|
## Install
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "batchasync",
|
"name": "batchasync",
|
||||||
"version": "1.0.0",
|
"version": "1.0.1",
|
||||||
"description": "Like forEachAsync, or Promise.all(), but handling a bounded number of items at any given time.",
|
"description": "Like forEachAsync, or Promise.all(), but handling a bounded number of items at any given time.",
|
||||||
"main": "batchasync.js",
|
"main": "batchasync.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user