We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
when(concurrently:)
1 parent ddc626d commit 5321a44Copy full SHA for 5321a44
Documentation/CommonPatterns.md
@@ -170,6 +170,8 @@ Note *usually* you want `when()` since `when` executes all the promises in
170
parallel and thus is much faster to complete. Use the above pattern in
171
situations where tasks *must* be done sequentially; animation is a good example.
172
173
+We also provide `when(concurrently:)` which allows you to schedule more than
174
+one promise at a time if required.
175
176
## Timeout
177
0 commit comments