the type of the value to be computed.
Cancels the computation.
Register a callback that receives the rejected error.
A callback receiving the rejected error.
Register a callback that executes after the computation succeeds/fails.
A callback that executes regardless if the computation succeeds or fails.
Returns a boolean value which tells if the instance is cancelled.
Returns a boolean value which tells if the instance has already done computing.
Register callbacks that receives resolved value/rejected error.
A callback receiving the resolved value.
A callback receiving the rejected error.
Generated using TypeDoc
An instanciated, cancellable computation from a given Future.