//
pkg.gl
Category
github.com/Invicton-Labs/go-concurrency
errgroup
package
0.1.2
Repository:
https://github.com/invicton-labs/go-concurrency.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
3
Dependents
0
Files
91 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.