# Functions
Bounded returns a producer which creates an bounded mailbox of the specified size.
Bounded dropping returns a producer which creates an bounded mailbox of the specified size that drops front element on push.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
SetLogLevel sets the log level for the logger.
Unbounded returns a producer which creates an unbounded mailbox.
UnboundedLockfree returns a producer which creates an unbounded, lock-free mailbox.
No description provided by the author
No description provided by the author
# Constants
No description provided by the author
# Structs
ResumeMailbox is message sent by the actor system to resume mailbox processing.
SuspendMailbox is message sent by the actor system to suspend mailbox processing.
# Interfaces
No description provided by the author
Mailbox interface is used to enqueue messages to the mailbox.
MessageInvoker is the interface used by a mailbox to forward messages for processing.
No description provided by the author
No description provided by the author
# Type aliases
Producer is a function which creates a new mailbox.