concurrency

package module
v0.0.0-...-33d4501 Latest Latest
Warning

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

Go to latest
Published: Sep 3, 2018 License: MIT Imports: 2 Imported by: 27

README

Concurrency

Documentation Build Status Report Card

About

Go (golang) package which provides the ability to easily execute multiple functions of the signature func() error in parallel.

Created by Jay Taylor and used by Gigawatt.

Requirements
  • Go version 1.1 or newer
Running the test suite
go test ./...

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func MultiGo

func MultiGo(funcs ...func() error) error

MultiGo runs the passed `func() error` functions in parallel and then merges any resulting errors.

Types

This section is empty.

Jump to

Keyboard shortcuts

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