Skip to content

Commit 76de306

Browse files
authored
Document difference with Promise.all()
Fixes #27
1 parent a4b4dec commit 76de306

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

readme.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
55
Useful when you need to run promise-returning & async functions multiple times with different inputs concurrently.
66

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+
79
## Install
810

911
```

0 commit comments

Comments
 (0)