Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ReadOnlyChannel ¶ added in v0.2.1
type ReadOnlyChannel[A any] <-chan A
func (ReadOnlyChannel[A]) Iterator ¶ added in v0.2.1
func (r ReadOnlyChannel[A]) Iterator() iterable.Iterator[A]
type WriteOnlyChannel ¶ added in v0.2.1
type WriteOnlyChannel[A any] chan<- A
Click to show internal directories.
Click to hide internal directories.