Available on crate feature
actor only.Expand description
Typed mailboxes, calls, brokers, and delivery errors.
Structs§
- Broker
- A send-only capability for messages of type
M. - Call
- A request together with the channel used to answer it.
- Mailbox
- A typed reference to an actor in a cluster.
- Reply
- A port used to send a reply to a
Call.
Enums§
- Call
Error - A call that could not be delivered or answered.
- Deliver
Error - A message rejected by a mailbox or broker.
Constants§
- DEFAULT_
MAILBOX_ CAPACITY - Default number of messages reserved for each mailbox.