semerrgroup

package
v2.4.8 Latest Latest
Warning

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

Go to latest
Published: Nov 22, 2024 License: MIT Imports: 4 Imported by: 0

Documentation

Overview

Package semerrgroup wraps an error group with a semaphore with configurable size, so you can control the number of tasks being executed simultaneously.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Group

type Group interface {
	Go(func() error)
	Wait() error
}

Group is the Semaphore ErrorGroup itself.

func New

func New(size int) Group

New returns a new Group of a given size.

func NewBlockingFirst added in v2.1.0

func NewBlockingFirst(g Group) Group

NewBlockingFirst creates a new group that runs the first item, waiting for its return, and only then starts scheduling/running the other tasks.

func NewSkipAware

func NewSkipAware(g Group) Group

NewSkipAware returns a new Group of a given size and aware of pipe skips.

Jump to

Keyboard shortcuts

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