Header menu logo fantomas

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
Item : CancellationToken -> ValueOrCancelled<'T>

Instance members

Instance member Description

this.IsCancellable

Full Usage: this.IsCancellable

Returns: bool
Returns: bool

Type something to start searching.