package
Version:
v0.0.3
Opens a new window with list of versions in this module.
Published: May 19, 2024
License: MIT
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 Funnel[T any](sources ...<-chan T) <-chan T
Funnel is a simple Fan-In pattern
func Split[T any](source chan T, n int) []<-chan T
Split is a simple Fan-Out pattern
Source Files
¶
Click to show internal directories.
Click to hide internal directories.