//
pkg.gl
Category
github.com/HaleyLeoZhang/go-component
errgroup
package
1.13.6
Repository:
https://github.com/haleyleozhang/go-component.git
Documentation:
pkg.go.dev
Overview
Versions
2
Dependencies
4
Dependents
3
Files
91 SLOC
#
Functions
WithCancel
WithCancel create a new Group and an associated Context derived from ctx.
WithContext
WithContext create a Group.
#
Structs
Group
A Group is a collection of goroutines working on subtasks that are part of the same overall task.