generated

package
v0.1.2 Latest Latest
Warning

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

Go to latest
Published: Dec 20, 2022 License: BSD-3-Clause Imports: 2 Imported by: 0

Documentation

Overview

autogenerated by codegen/combine. DO NOT EDIT.

autogenerated! DO NOT EDIT"

Index

Constants

View Source
const MAX = 32

Variables

This section is empty.

Functions

func CombineN

func CombineN[T any](ctx context.Context, dst chan<- T, src ...<-chan T) (int, error)

CombineN feeds up to 32 input channels into a single output channel. Bounds: N <= 32

func TeeN

func TeeN[T any](ctx context.Context, src <-chan T, dst ...chan<- T) (int, error)

TeeN feeds up to 32 input channels into a single output channel. Bounds: N <= 32

Types

This section is empty.

Jump to

Keyboard shortcuts

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