Versions in this module Expand all Collapse all v1 v1.0.2 Mar 17, 2021 Changes in this version + type Group struct + func WithNErrs(nerrs int) *Group + func (g *Group) Go(f func() error, index int) + func (g *Group) Wait() []error + func (g *Group) WaitErr() error + func (g *Group) WithCancelOnError(ctx context.Context) (context.Context, context.CancelFunc) + func (g *Group) WithConcurrency(n int) *Group