Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Error ¶
type Error struct {
// contains filtered or unexported fields
}
Error is a custom error type to track multiple errors.
type Group ¶
type Group struct {
// contains filtered or unexported fields
}
Group is a collection of goroutines working on subtasks that are part of the same overall task.
A zero Group is valid and does not cancel.
func WithContext ¶
WithContext returns a new Group and an associated Context derived from ctx.
Click to show internal directories.
Click to hide internal directories.