Skip to content

Commit

Permalink
Document difference with Promise.all()
Browse files Browse the repository at this point in the history
Fixes #27
  • Loading branch information
sindresorhus committed Jun 9, 2020
1 parent a4b4dec commit 76de306
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
Useful when you need to run promise-returning & async functions multiple times with different inputs concurrently.

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.

## Install

```
Expand Down

0 comments on commit 76de306

Please sign in to comment.