package
Version:
v0.0.13
Opens a new window with list of versions in this module.
Published: Feb 26, 2020
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.