ReplyChannel<'T>
Namespace: MBrace.Runtime.Utils
Parent Module: Utils
MailboxProcessor ReplyChannel with exception support
Instance members
Instance member | Description |
Reply(t)
Signature: t:Exn<'T> -> unit
|
|
Reply(t)
Signature: t:'T -> unit
|
|
ReplyWithError(e)
Signature: e:exn -> unit
|