比較提交
2 次程式碼提交
ecdd869e5b
...
0c2692f9fb
| 作者 | SHA1 | 日期 | |
|---|---|---|---|
| 0c2692f9fb | |||
| 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
|
||||
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"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.",
|
||||
"main": "batchasync.js",
|
||||
"scripts": {
|
||||
|
||||
載入中…
x
新增問題並參考
Block a user