# Packages
Package eventqueue provides an unboud FIFO queue of events.
Package testevent provides utilities for tests that deal with concurrent events.
# Functions
MaxRepetitive when provided, instructs the system to drop repetitive events instead of delivering them.
NewDistributionSystem creates a new event distribution system.
# Structs
DistributionSystem distributes events to subscribers.
# Interfaces
SubscribeOption is used to provide options to Subscribe.