Versions in this module Expand all Collapse all v0 v0.0.1 Nov 28, 2024 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