# Packages

No description provided by the author

# Functions

New creates a new mailbox instance.
NewHighCapacity create a new mailbox with a capacity that is better able to handle e.g.
No description provided by the author
NewSingle returns a new Mailbox with capacity one.

# Structs

Mailbox contains a notify channel, a mutual exclusive lock, a queue of interfaces, and a queue capacity.
No description provided by the author