concurrent

package
v4.30.0 Latest Latest
Warning

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

Go to latest
Published: Nov 24, 2021 License: MIT Imports: 2 Imported by: 5

Documentation

Index

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
}

Group describes a task group with a fail-fast approach

func NewGroup

func NewGroup(limit uint64) *Group

NewGroup creates a Group with given concurrency limit

func (*Group) Go

func (g *Group) Go(f func() error)

Go run given function in a goroutine according to limiter and current status

func (*Group) Wait

func (g *Group) Wait() error

Wait for Group to end

func (*Group) WithContext

func (g *Group) WithContext(ctx context.Context) context.Context

WithContext make the given context cancelable for the group

Jump to

Keyboard shortcuts

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