Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ChannelIterImpl ¶
type ChannelIterImpl[T any] struct { Pipe <-chan T Error error // contains filtered or unexported fields }
func (*ChannelIterImpl[T]) Value ¶
func (iter *ChannelIterImpl[T]) Value() T
type MapIterImpl ¶
type MapIterImpl[T any] struct { ChannelIterImpl[T] WG sync.WaitGroup Closer context.CancelFunc }
type SliceIterImpl ¶
func (*SliceIterImpl[T]) Value ¶
func (iter *SliceIterImpl[T]) Value() T
Click to show internal directories.
Click to hide internal directories.