internal

package
v1.6.2 Latest Latest
Warning

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

Go to latest
Published: Feb 10, 2024 License: BSD-3-Clause Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func FanOut3

func FanOut3[A any, B any, C any](
	a func() (A, error),
	b func() (B, error),
	c func() (C, error),
) (A, B, C, error)

Run three functions which return results or errors in parallel. If any return an error then return that error (starting with the first function). If none error then return their results.

Types

This section is empty.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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