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 de1a946 commit 8de97bcCopy full SHA for 8de97bc
1 file changed
README.md
@@ -445,6 +445,9 @@ $promise = React\Promise\race(array $promisesOrValues);
445
Initiates a competitive race that allows one winner. Returns a promise which is
446
resolved in the same way the first settled promise resolves.
447
448
+The returned promise will become **infinitely pending** if `$promisesOrValues`
449
+contains 0 items.
450
+
451
#### any()
452
453
```php
0 commit comments