package
Version:
v0.6.2
Opens a new window with list of versions in this module.
Published: Aug 26, 2022
License: AGPL-3.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func Merge[T any](chs ...chan T) chan T
Merge merges multiple channels into a single channel. The returned channel
will be closed when all the given channels are closed.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.