MBrace.Runtime


ReplyChannel<'T>

Namespace: MBrace.Runtime.Utils
Parent Module: Utils

MailboxProcessor ReplyChannel with exception support

Instance members

Instance memberDescription
Reply(t)
Signature: t:Exn<'T> -> unit
Reply(t)
Signature: t:'T -> unit
ReplyWithError(e)
Signature: e:exn -> unit
Fork me on GitHub