concurrent

package
v0.0.0-...-152418c Latest Latest
Warning

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

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

Documentation

Overview

Package concurrent provides utilities for concurrent execution TODO(bentheelder): this should be internal

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