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 8788673 commit 7b05008Copy full SHA for 7b05008
README.md
@@ -35,6 +35,8 @@ A `Promise` MUST be in one of three states: `pending`, `succeeded`, `failed`.
35
36
* _Must not change_ refers to the _reference_ being immutable in case of an object, _not the object itself_ being immutable.
37
38
+A `Promise` is resolved once it either succeeded or failed.
39
+
40
## Consumption
41
42
A `Promise` MUST implement `Interop\Async\Promise` and thus provide a `when()` method to access its current or eventual value or reason.
0 commit comments