Yaaf.Xmpp.Runtime


SendQueueBox

Defined in Yaaf.Xmpp.Runtime.dll.
A specialiced Mailbox for outgoing messages.

Constructors

ConstructorDescription
new(sendAction)
Signature: (sendAction:(StreamElement option -> Async<unit>)) -> SendQueueBox

Instance members

Instance memberDescription
BlockSend(work)
Signature: (work:(unit -> Async<unit>)) -> Async<unit>
Error
Signature: Task<exn>
SendMessages(msgs)
Signature: (msgs:StreamElement list) -> unit
Fork me on GitHub