package
0.0.0-20220820134905-666a20ff9307
Repository: https://github.com/entropyio/go-entropy.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
# Functions
NewSubscription runs a producer function as a subscription in a new goroutine.
Resubscribe calls fn repeatedly to keep a subscription established.
ResubscribeErr calls fn repeatedly to keep a subscription established.
# 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.
SubscriptionScope provides a facility to unsubscribe multiple subscriptions at once.
A TypeMux dispatches events to registered receivers.
TypeMuxEvent is a time-tagged notification pushed to subscribers.
TypeMuxSubscription is a subscription established through TypeMux.
# Interfaces
Subscription represents a stream of events.
# Type aliases
A ResubscribeErrFunc attempts to establish a subscription.
A ResubscribeFunc attempts to establish a subscription.