//
pkg.gl
Category
github.com/iGoogle-ink/gopher
errgroup
package
1.0.16
Repository:
https://github.com/igoogle-ink/gopher.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
4
Dependents
0
Files
97 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.