There was an error while loading. Please reload this page.
2 parents 8788673 + 7b05008 commit 4735056Copy full SHA for 4735056
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