Wooga.Lambda


AsyncReplyChannel<'T>

Namespace: Wooga.Lambda.Control.Concurrent

A reply channel for an asynchronous operation

Constructors

ConstructorDescription
new(reply)
Signature: reply:Func<'T,Unit> -> unit

Instance members

Instance memberDescription
Reply(msg)
Signature: msg:'T -> unit
Fork me on GitHub