Versions in this module Expand all Collapse all v1 v1.1.13 Mar 5, 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