package
Version:
v0.1.4
Opens a new window with list of versions in this module.
Published: Aug 1, 2024
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 1
Opens a new window with list of known importers.
Documentation
¶
A package channels is a package that contains the channels implementation of the application.
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.