# Functions
NewBroadcaster creates a new broadcaster.
# Structs
Broadcaster is a generic pull-based broadcaster.
BroadcasterConfig is a config to control broadcaster behaviour.
InsufficientBufferError tells the caller that the buffer provided is not sufficient/big enough to hold the whole data/sample.
# Interfaces
Reader is a generic data reader.
# Type aliases
ReaderFunc is a proxy type for Reader.