Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Generate ¶
func Generate[T any](values ...T) <-chan T
Generate sends each value to the out channel.
func Merge ¶
func Merge[T any](in ...<-chan T) <-chan T
Merge sends each value from a list of input channels to the out channel.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.