//
pkg.gl
Category
github.com/cockroachdb/gostdlib
x
sync
errgroup
package
1.19.0
Repository:
https://github.com/cockroachdb/gostdlib.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
3
Dependents
3
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.