Skip to content

Commit 5321a44

Browse files
committed
Mention when(concurrently:) under sequencing
1 parent ddc626d commit 5321a44

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Documentation/CommonPatterns.md

+2
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,8 @@ Note *usually* you want `when()` since `when` executes all the promises in
170170
parallel and thus is much faster to complete. Use the above pattern in
171171
situations where tasks *must* be done sequentially; animation is a good example.
172172

173+
We also provide `when(concurrently:)` which allows you to schedule more than
174+
one promise at a time if required.
173175

174176
## Timeout
175177

0 commit comments

Comments
 (0)