Documentation
¶
Index ¶
- type Iter
- func (i *Iter[T]) Add(t T) error
- func (i *Iter[T]) Close() error
- func (i *Iter[T]) Ctx() context.Context
- func (i *Iter[T]) Get() (t T, _ error)
- func (i *Iter[T]) GetCtx(ctx context.Context) (t T, _ error)
- func (i *Iter[T]) GetDeadline(deadline time.Time) (t T, _ error)
- func (i *Iter[T]) GetTimeout(timeout time.Duration) (t T, _ error)
- func (i *Iter[T]) IsClosed() bool
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.