An emitter that allows push-based resolution.
type of the value to be resolved by the Future.
Rejects the Computation instance with the given value.
The error to be rejected into.
Checks if the Computation instance is cancelled.
The state of cancellation
Registers a callback to be executed when the Computation instance gets cancelled downstream.
A callback function.
Resolves the Computation instance with the given value.
The value to be resolved into.
Generated using TypeDoc
An emitter that allows push-based resolution.