added reference to forAllAsync, lateral, and join
This commit is contained in:
父節點
0cc859e3d0
當前提交
a60f4c3058
@ -5,6 +5,10 @@ Analogous to `[].forEach`, but handles items asynchronously with a final callbac
|
|||||||
|
|
||||||
This is the most essential piece of the [`ArrayAsync`](https://github.com/FuturesJS/ArrayAsync) package.
|
This is the most essential piece of the [`ArrayAsync`](https://github.com/FuturesJS/ArrayAsync) package.
|
||||||
|
|
||||||
|
For cases where you want to loop through batches of items at once (as opposed to strictly one-by-one as forEachAsync does), check out [`forAllAsync`](https://github.com/FuturesJS/forAllAsync) and [`lateral`](https://github.com/FuturesJS/lateral).
|
||||||
|
|
||||||
|
For cases where you want to loop through all items at once and we able to know when they're all done see [`join`](https://github.com/FuturesJS/join)
|
||||||
|
|
||||||
v3.x - Diet Cola Edition
|
v3.x - Diet Cola Edition
|
||||||
---
|
---
|
||||||
|
|
||||||
|
載入中…
x
新增問題並參考
Block a user