package
4.0.2
Repository: https://github.com/juju/utils.git
Documentation: pkg.go.dev

# Functions

NewRun returns a new parallel instance.
NewTry returns an object that runs functions concurrently until one succeeds.

# Variables

No description provided by the author
No description provided by the author

# Structs

Run represents a number of functions running concurrently.
Try represents an attempt made concurrently by a number of goroutines.

# Type aliases

Errors holds any errors encountered during the parallel run.