Represents an asynchronous effect that computes a value and provides a mechanism for cancellation.
The type of the computed value.
A function to register a callback for cancellation.
A promise that resolves with the computed value.
Represents an asynchronous effect that computes a value and provides a mechanism for cancellation.