package
0.45.0
Repository: https://github.com/siderolabs/omni.git
Documentation: pkg.go.dev

# Functions

GoWithContext is a small wrapper around errgroup.Group.Go.
WithContext returns a new Group and an associated Context derived from ctx.

# Structs

Group is wrapper around Go's x/sync/errgroup.Group.
ReturnError contains a stack trace of the function which called Group.Go.

# Interfaces

EGroup defines common interface for Group and x/sync/errgroup.Group.