//
pkg.gl
Category
github.com/memoio/minio
internal
sync
errgroup
package
0.3.4
Repository:
https://github.com/memoio/minio.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
3
Dependents
1
Files
85 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.