Versions in this module Expand all Collapse all v0 v0.17.0 May 16, 2024 Changes in this version + type Group struct + func WithContext(ctx context.Context) (*Group, context.Context) + func (g *Group) Go(f func() error) + func (g *Group) SetLimit(n int) + func (g *Group) TryGo(f func() error) bool + func (g *Group) Wait() error