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 7efaf54 commit 31a4b62Copy full SHA for 31a4b62
1 file changed
README.md
@@ -459,8 +459,6 @@ the value of another Promise.
459
$promise = React\Promise\When::lazy(callable $factory);
460
```
461
462
-> **Note:** Since version 1.1, [`React\Promise\lazy()`](#lazy) is preferred over `React\Promise\When::lazy()`.
463
-
464
Creates a Promise which will be lazily initialized by `$factory` once a consumer
465
calls the `then()` method.
466
0 commit comments