Documentation ¶ Index ¶ type Group 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 Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Group ¶ type Group struct { // contains filtered or unexported fields } func NewGroupWithContext ¶ func NewGroupWithContext(ctx context.Context, limit int, retryOpts ...retry.Option) (*Group, context.Context) func (*Group) Err ¶ func (g *Group) Err() error func (*Group) Go ¶ func (g *Group) Go(f func(ctx context.Context) error) func (*Group) SetLimit ¶ func (g *Group) SetLimit(n int) *Group func (*Group) Success ¶ func (g *Group) Success() uint64 func (*Group) TryGo ¶ func (g *Group) TryGo(f func(ctx context.Context) error) bool func (*Group) Wait ¶ func (g *Group) Wait() error Source Files ¶ View all Source files errgroup.go Click to show internal directories. Click to hide internal directories.