Versions in this module Expand all Collapse all v0 v0.2.0 Jul 3, 2026 Changes in this version + type Group struct + func New(opts ...Opt) *Group + func (g *Group) Add(fn func(context.Context) error) + func (g *Group) Wait() error + type Opt func(*Group) + func WithContext(ctx context.Context) Opt