Yaaf.FSharp.Helper


AsyncResultCell<'T>

Defined in Yaaf.FSharp.Helper.dll.

When using .NET 4.0 you can replace this type by Task<'T>

Constructors

ConstructorDescription
new()
Signature: unit -> AsyncResultCell<'T>

Instance members

Instance memberDescription
AsyncResult
Signature: Async<'T>

Get the result and commit it

RegisterResult(res, reuseThread)
Signature: (res:AsyncResult<'T> * reuseThread:bool option) -> unit
Fork me on GitHub