parallel

package
v0.1.1 Latest Latest
Warning

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

Go to latest
Published: Apr 25, 2021 License: GPL-3.0 Imports: 2 Imported by: 0

Documentation

Overview

Package parallel wraps a 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 Semphore ErrorGroup itself.

func New

func New(size int) Group

New returns a new Group of a given size.

Jump to

Keyboard shortcuts

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