package
Version:
v0.2.1
Opens a new window with list of versions in this module.
Published: Feb 12, 2026
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
¶
Package concurrency provides various utility for working with concurrency.
Consume from the 'in' channel and produce the same value to all of the output channels.
func TransformedFanout[T any, V any](ctx context.Context,
transformer func(in T) V,
in <-chan T, outs ...chan V)
Consume from the 'in' channel and produce the a transformed value to the output channels.
Meaning consume T and produce V.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.