//
pkg.gl
Category
github.com/juju/utils/v4
parallel
package
4.0.2
Repository:
https://github.com/juju/utils.git
Documentation:
pkg.go.dev
Overview
Versions
2
Dependencies
5
Dependents
0
Files
209 SLOC
#
Functions
NewRun
NewRun returns a new parallel instance.
NewTry
NewTry returns an object that runs functions concurrently until one succeeds.
#
Variables
ErrClosed
No description provided by the author
ErrStopped
No description provided by the author
#
Structs
Run
Run represents a number of functions running concurrently.
Try
Try represents an attempt made concurrently by a number of goroutines.
#
Type aliases
Errors
Errors holds any errors encountered during the parallel run.