//
pkg.gl
Category
golang.org/x/sync
errgroup
package
0.12.0
Repository:
https://go.googlesource.com/sync
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
3
Dependents
16.4k
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.