AsyncResult<'T>
Namespace: FSharpx.Control
Represents the reified result of an asynchronous computation
Union Cases
Union Case | Description |
AsyncCanceled(...)
Signature: OperationCanceledException
|
|
AsyncException(exn)
Signature: exn
|
|
AsyncOk('T)
Signature: 'T
|
Static members
Static member | Description |
Commit(arg1)
Signature: AsyncResult<'T> -> Async<'T>
|
Create an async whose result depends on the value of an AsyncResult. |