errgroup

package
v0.0.0-...-09e6e34 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 25, 2024 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

View Source
const DefaultErrgroupConcurrency = 5

Variables

This section is empty.

Functions

This section is empty.

Types

type Group

type Group struct {
	*errgroup.Group
	// contains filtered or unexported fields
}

Group is essentially the same as the sync package errgroup, except for catching and logging panics in the 'Go' function,

func WithContext

func WithContext(ctx context.Context, loggerInstance logger.Logger) (*Group, context.Context)

func WithContextSemaphore

func WithContextSemaphore(ctx context.Context, loggerInstance logger.Logger, concurrency uint) (*Group, context.Context)

func (*Group) Go

func (g *Group) Go(actionName string, f func() error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL