Versions in this module Expand all Collapse all v0 v0.3.6 Dec 29, 2019 v0.3.5 Dec 29, 2019 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