Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BroadcastServer ¶
type BroadcastServer[T any] interface { Subscribe() <-chan T CancelSubscription(<-chan T) Close() }
func NewBroadcastServer ¶
func NewBroadcastServer[T any](name string, source <-chan T) BroadcastServer[T]
Click to show internal directories.
Click to hide internal directories.