//
pkg.gl
Category
github.com/projectriff/cli
pkg
race
package
0.5.0
Repository:
https://github.com/projectriff/cli.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
3
Dependents
4
Files
29 SLOC
#
Functions
Run
Run runs each task in its own go routine and returns the result of the first task to complete (or error).
#
Type aliases
Task
Task is a function which performs some kind of activity and returns an error value.