# Packages
No description provided by the author
# Functions
AddDriver registers a new driver (by passing the driver's constructor).
NewMessageQueue constructs a new MessageQueue.
# Interfaces
MessageQueue encapsulates functionality for message passing in Beneath.
# Type aliases
Driver is a function that creates a MessageQueue from a config object.