concurrent

package
v0.4.0 Latest Latest
Warning

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

Go to latest
Published: Jun 26, 2019 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Coalesce

func Coalesce(fns ...func() error) error

Coalesce runs fns concurrently, returning an Errors if there are > 1 errors

func UntilError

func UntilError(funcs []func() error) error

UntilError runs all funcs in separate goroutines, returning the first non-nil error returned from funcs, or nil if all funcs return nil

Types

This section is empty.

Jump to

Keyboard shortcuts

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