Cancellable<'T> Type
Represents a synchronous, cold-start, cancellable computation with explicit representation of a cancelled result. A cancellable computation may be cancelled via a CancellationToken, which is propagated implicitly. If cancellation occurs, it is propagated as data rather than by raising an OperationCanceledException.
Union cases
Union case |
Description
|
|