Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Publisher ¶
type Publisher[T any] struct { // contains filtered or unexported fields }
func (*Publisher[T]) Subscribers ¶
func (*Publisher[T]) Unsubscribe ¶
func (p *Publisher[T]) Unsubscribe(ch <-chan T)
Click to show internal directories.
Click to hide internal directories.