
The highest tagged major version is
v2.
package
Version:
v0.115.0
Opens a new window with list of versions in this module.
Published: Aug 13, 2019
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package semerrgroup wraps a error group with a semaphore with configurable
size, so you can control the number of tasks being executed simultaneously.
type Group interface {
Go(func() error)
Wait() error
}
Group is the Semphore ErrorGroup itself
New returns a new Group of a given size.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.