Versions in this module Expand all Collapse all v0 v0.0.2 Apr 29, 2024 v0.0.1 Apr 1, 2024 Changes in this version + func DoAsync[R any](ctx context.Context, g *Group, fn func() (R, error)) *async.Future[R] + type ExecutionError struct + Value any + func (e ExecutionError) Error() string + type Group struct + func New(opts ...Option) *Group + func (g *Group) Do(fn func() error) + func (g *Group) Go(fn func() error) + func (g *Group) GoCtx(ctx context.Context, fn func() error) + func (g *Group) Wait() error + type Option interface + func WithCancel(cancel context.CancelCauseFunc) Option + func WithLimit(limit int) Option