//
pkg.gl
Category
github.com/openmpdk/dss-minio
pkg
sync
errgroup
package
3.0.0+incompatible
Repository:
https://github.com/openmpdk/dss-minio.git
Documentation:
pkg.go.dev
Overview
Versions
3
Dependencies
1
Dependents
0
Files
25 SLOC
#
Functions
WithNErrs
WithNErrs returns a new Group with length of errs slice upto nerrs, upon Wait() errors are returned collected from all tasks.
#
Structs
Group
A Group is a collection of goroutines working on subtasks that are part of the same overall task.