package
0.0.0-20190422025920-beccf3fe4313
Repository: https://github.com/changwh/go-common.git
Documentation: pkg.go.dev

# README

go-common/errgroup.v2

提供带recover的errgroup,err中包含详细堆栈信息

# Functions

WithCancel create a new Group and an associated Context derived from ctx.
WithContext create a Group.

# Structs

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