Versions in this module Expand all Collapse all v1 v1.0.0 Dec 8, 2024 Changes in this version + type Group struct + func WithCancel(ctx context.Context) *Group + func WithContext(ctx context.Context) *Group + func (g *Group) GOMAXPROCS(n int) + func (g *Group) Go(f func(ctx context.Context) error) + func (g *Group) Wait() error