FSharpx.Async


AsyncResult<'T>

Namespace: FSharpx.Control

Represents the reified result of an asynchronous computation

Union Cases

Union CaseDescription
AsyncCanceled(...)
Signature: OperationCanceledException
AsyncException(exn)
Signature: exn
AsyncOk('T)
Signature: 'T

Static members

Static memberDescription
Commit(arg1)
Signature: AsyncResult<'T> -> Async<'T>

Create an async whose result depends on the value of an AsyncResult.

Fork me on GitHub