From 76de3060bf80bd904f27d33da3ff814ba149056c Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Tue, 9 Jun 2020 15:31:55 +0800 Subject: [PATCH] Document difference with `Promise.all()` Fixes #27 --- readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/readme.md b/readme.md index 53a3715..db8e2d1 100644 --- a/readme.md +++ b/readme.md @@ -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 ```