package
Version:
v1.2.2
Opens a new window with list of versions in this module.
Published: Sep 1, 2021
License: Apache-2.0
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package errgroup provides server global wait group for graceful kill all goroutine
type Group interface {
Go(func() error)
Limitation(int)
Wait() error
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.