//
pkg.gl
Category
github.com/iftechio/go-coco
utils
sync
errgroup
package
0.0.2
Repository:
https://github.com/iftechio/go-coco.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
4
Dependents
1
Files
113 SLOC
#
Functions
New
New 创建一个新的 Group.
WithContext
WithContext 将 context 的 cancel 绑定进入 Group, 一旦一个任务发生错误(error/panic), 自动 cancel context.
#
Structs
Group
A Group is a collection of goroutines working on subtasks that are part of the same overall task.