package
Version:
v0.5.4
Opens a new window with list of versions in this module.
Published: Apr 2, 2023
License: Apache-2.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 Broadcast[T any](input <-chan T, outputs ...chan<- T)
Broadcast broadcasts a channel to multiple channels.
func Join[T any](inputs ...<-chan T) <-chan T
Join joins multiple channels into one.
func Merge[T any](inputs ...<-chan T) <-chan T
Merge merges multiple channels into one.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.