Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func HashString ¶
Types ¶
type Subscriber ¶
type Subscriber[T any] struct { // contains filtered or unexported fields }
func (*Subscriber[T]) Done ¶
func (t *Subscriber[T]) Done()
func (*Subscriber[T]) Recv ¶
func (t *Subscriber[T]) Recv() <-chan T
Click to show internal directories.
Click to hide internal directories.