package
Version:
v1.0.718
Opens a new window with list of versions in this module.
Published: Oct 18, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 4
Opens a new window with list of known importers.
Documentation
¶
View Source
var Shutdown = sync.OnceFunc(func() {
if len(shutdownHooks) == 0 {
return
}
logger.Infof("Shutting down")
for _, fn := range shutdownHooks {
fn()
}
shutdownHooks = []func(){}
})
Source Files
¶
Click to show internal directories.
Click to hide internal directories.