PromiseResult
Added in version 1.14.
- class PromiseResult
The result of a Promise
Fields
- class PromiseResult
- EXPIRED
The promise expired (the carrying object lost all refs) and the promise will never be fulfilled.
- INTERRUPTED
Interrupted by the consumer as it doesn’t want the value anymore.
- PENDING
Initial state. Waiting for transition to any other state.
- REPLIED
A producer marked a reply