package
0.5.0
Repository: https://github.com/projectriff/cli.git
Documentation: pkg.go.dev

# Functions

Run runs each task in its own go routine and returns the result of the first task to complete (or error).

# Type aliases

Task is a function which performs some kind of activity and returns an error value.