package
0.4.0
Repository: https://github.com/joelfischerr/scion.git
Documentation: pkg.go.dev

# Functions

Check checks whether the package was initialized.
Fatal produces a fatal error.
FatalChan returns a read-only channel that is closed when a fatal condition has occurred.
Init Initializes the package.
Shutdown closes the shutdown channel, thus informing channel drainers (usually the main goroutine) that the application should be cleanly shut down.
ShutdownChan returns a read-only channel that is closed when the application should be cleanly shut down.

# Constants

FatalDelayInterval is the interval between when a package signals that a fatal event has occurred, and when drainers of the fatal channel are informed.
FatalGraceInterval is the time in which the main goroutine should shut the application down.