Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Broadcaster ¶
type Broadcaster[T any] interface { Subscribe(predicates ...func(T) bool) chan T Unsubscribe(chan T) Broadcast(event T) }
func NewBroadcaster ¶
func NewBroadcaster[T any](bufSize int) Broadcaster[T]
Click to show internal directories.
Click to hide internal directories.