Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ChannelIterator ¶
type ChannelIterator[T any] struct { // contains filtered or unexported fields }
func (*ChannelIterator[T]) Next ¶
func (it *ChannelIterator[T]) Next() bool
func (*ChannelIterator[T]) Value ¶
func (it *ChannelIterator[T]) Value() T
Click to show internal directories.
Click to hide internal directories.