//
pkg.gl
Category
github.com/starudream/go-lib
internal
errgroup
package
1.13.7
Repository:
https://github.com/starudream/go-lib.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
3
Dependents
1
Files
87 SLOC
#
Functions
WithContext
WithContext returns a new Group and an associated Context derived from ctx.
#
Structs
Group
A Group is a collection of goroutines working on subtasks that are part of the same overall task.