Versions in this module Expand all Collapse all v1 deprecated v1.0.1 Mar 22, 2025 v1.0.0 Jul 15, 2024 Changes in this version + type Group struct + func New(ctx context.Context) *Group + func NewTimeout(ctx context.Context, d time.Duration) *Group + func (g *Group) Cancel() + func (g *Group) Go(task func(context.Context) error) + func (g *Group) Wait() error Other modules containing this package github.com/goaux/rungroup/v2