chans

package
v0.12.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 1, 2025 License: BSD-3-Clause Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func OutChan

func OutChan[V, R any](f func(v V), out chan<- R, seq iter.Seq[V])

OutChan fan-out with a channel

func OutChan2

func OutChan2[T1, T2, R any](f func(k T1, v T2), out chan<- R, seq iter.Seq2[T1, T2])

OutChan fan-out with a channel

func OutFunc

func OutFunc[V any](f func(v V), seq iter.Seq[V])

OutFunc fan-out

func OutFunc2

func OutFunc2[K, V any](f func(k K, v V), seq iter.Seq2[K, V])

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL