package
0.0.10
Repository: https://github.com/ebogdanov/emu-oncall.git
Documentation: pkg.go.dev

# Functions

AddCallback registers a callback for execution before shutdown.
No description provided by the author
WaitShutdown waits for application shutdown.

# Variables

ErrForceShutdown is returned when the user or operating system is sending SIGINT or SIGTERM for the application being is graceful-shutdown state.
ErrTimeoutExceeded is returned when the application fails shutdown for a given period of time.

# Type aliases

ShutdownFunc is a callback-type for registering callbacks before application shutdown.