Skip to main content

Module mailbox

Module mailbox 

Source

Structs§

ActorRef
Handle to send messages to an actor.

Enums§

AskError
Error returned when an ask (request-response) fails.
RecvError
Error when receiving blocks.
RecvTimeoutError
Error when receiving with timeout.
SendError
Error returned when sending a message fails.
TryRecvError
Error when trying to receive without blocking.