concurrent

package
v4.53.0 Latest Latest
Warning

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

Go to latest
Published: Jan 22, 2023 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 FailFast added in v4.30.4

type FailFast struct {
	// contains filtered or unexported fields
}

func NewFailFast added in v4.30.4

func NewFailFast(limit uint64) *FailFast

func (*FailFast) Go added in v4.30.4

func (ff *FailFast) Go(f func() error)

func (*FailFast) Wait added in v4.30.4

func (ff *FailFast) Wait() error

func (*FailFast) WithContext added in v4.30.4

func (ff *FailFast) WithContext(ctx context.Context) context.Context

type Limited added in v4.30.4

type Limited struct {
	// contains filtered or unexported fields
}

func NewLimited added in v4.30.4

func NewLimited(limit uint64) *Limited

func (*Limited) Go added in v4.30.4

func (l *Limited) Go(f func())

func (*Limited) Wait added in v4.30.4

func (l *Limited) Wait()

type Simple added in v4.33.0

type Simple struct {
	// contains filtered or unexported fields
}

func NewSimple added in v4.33.0

func NewSimple() *Simple

func (*Simple) Go added in v4.33.0

func (s *Simple) Go(f func())

func (*Simple) Wait added in v4.33.0

func (s *Simple) Wait()

Jump to

Keyboard shortcuts

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