[][src]Module messages::mailbox

Structs

Mailbox

Mailbox is an entity capable of receiving messages. It represents a receiver side of communication, and the sender side is represented using Address.

Constants

DEFAULT_CAPACITY

Default capacity for the mailbox.