package
0.0.2
Repository: https://github.com/iftechio/go-coco.git
Documentation: pkg.go.dev

# Functions

New 创建一个新的 Group.
WithContext 将 context 的 cancel 绑定进入 Group, 一旦一个任务发生错误(error/panic), 自动 cancel context.

# Structs

A Group is a collection of goroutines working on subtasks that are part of the same overall task.