Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Errgroup ¶
type Errgroup struct {
// contains filtered or unexported fields
}
Errgroup is similar to golang.org/x/sync/errgroup.Errgroup, but this Errgroup does wait for all goroutines to complete and returns joined error.
Click to show internal directories.
Click to hide internal directories.