Yaaf.FSharp.Helper


AsyncResult<'T>

Defined in Yaaf.FSharp.Helper.dll.

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(res)
Signature: res:AsyncResult<'T> -> Async<'T>
Fork me on GitHub