Versions in this module Expand all Collapse all v3 v3.46.0 Jun 16, 2025 Changes in this version + type Group struct + func NewGroupWithContext(ctx context.Context, limit int, retryOpts ...retry.Option) (*Group, context.Context) + func (g *Group) Err() error + func (g *Group) Go(f func(ctx context.Context) error) + func (g *Group) SetLimit(n int) *Group + func (g *Group) Success() uint64 + func (g *Group) TryGo(f func(ctx context.Context) error) bool + func (g *Group) Wait() error