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 Ctx context.Context Closer context.CancelFunc // contains filtered or unexported fields }
func (*ChannelIterImpl[T]) Close ¶
func (iter *ChannelIterImpl[T]) Close() error
func (*ChannelIterImpl[T]) Value ¶
func (iter *ChannelIterImpl[T]) Value() T
type DoubleWrappedError ¶ added in v0.6.2
func (*DoubleWrappedError) As ¶ added in v0.6.2
func (dwe *DoubleWrappedError) As(target any) bool
func (*DoubleWrappedError) Error ¶ added in v0.6.2
func (dwe *DoubleWrappedError) Error() string
func (*DoubleWrappedError) Is ¶ added in v0.6.2
func (dwe *DoubleWrappedError) Is(target error) bool
func (*DoubleWrappedError) Unwrap ¶ added in v0.6.2
func (dwe *DoubleWrappedError) Unwrap() error
type MapIterImpl ¶
type MapIterImpl[T any] struct { ChannelIterImpl[T] WG sync.WaitGroup }
func (*MapIterImpl[T]) Close ¶
func (iter *MapIterImpl[T]) Close() error
type SliceIterImpl ¶
func (*SliceIterImpl[T]) Close ¶
func (iter *SliceIterImpl[T]) Close() error
func (*SliceIterImpl[T]) Value ¶
func (iter *SliceIterImpl[T]) Value() T
Click to show internal directories.
Click to hide internal directories.