# Functions
Instance creates an single EventBus instance.
NewEventBus creates an EventBus instance.
# Structs
DataEvent represents an event posted to a topic.
EventBus stores the information about subscribers interested for a particular topic.
Subscription represents a subscription to a topic.