We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Promise.all()
1 parent a4b4dec commit 76de306Copy full SHA for 76de306
readme.md
@@ -4,6 +4,8 @@
4
5
Useful when you need to run promise-returning & async functions multiple times with different inputs concurrently.
6
7
+This is different from `Promise.all()` in that you can control the concurrency and also decide whether or not to stop iterating when there's an error.
8
+
9
## Install
10
11
```
0 commit comments