Documentation
¶
Overview ¶
Group package provides a way to manage a group of goroutines.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Group ¶ added in v0.7.0
type Group struct {
// contains filtered or unexported fields
}
Group manages the lifetime of a set of goroutines from a common context. The first goroutine in the group to return will cause the context to be canceled, terminating the remaining goroutines.
Click to show internal directories.
Click to hide internal directories.