# Variables
ErrMuxClosed is returned when Posting on a closed TypeMux.
# Structs
Feed implements one-to-many subscriptions where the carrier of events is a channel.
No description provided by the author
A TypeMux dispatches events to registered receivers.
TypeMuxEvent is a time-tagged notification pushed to subscribers.
TypeMuxSubscription is a subscription established through TypeMux.
# Interfaces
No description provided by the author