We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc42aa0 commit 383277bCopy full SHA for 383277b
1 file changed
README.md
@@ -446,6 +446,11 @@ $promise->then(function ($value) {
446
Useful functions for creating, joining, mapping and reducing collections of
447
promises.
448
449
+All functions working on promise collections (like `all()`, `race()`, `some()`
450
+etc.) support cancellation. This means, if you call `cancel()` on the returned
451
+promise, all promises in the collection are cancelled. If the collection itself
452
+is a promise which resolves to an array, this promise is also cancelled.
453
+
454
#### resolve()
455
456
```php
0 commit comments