Yaaf.FSharp.Helper


Coroutine

Defined in Yaaf.FSharp.Helper.dll.

The coroutine type from http://fssnip.net/7M

Constructors

ConstructorDescription
new()
Signature: unit -> Coroutine

Instance members

Instance memberDescription
Put(task)
Signature: (task:((unit -> Cont<unit,unit>) -> Cont<unit,unit>)) -> unit
Run()
Signature: unit -> unit
Fork me on GitHub