# Functions
Exit relays to os.Exit if no interrupt handlers are running, blocks otherwise.
HandleInterrupts calls the handler functions on receiving a SIGINT or SIGTERM.
RegisterInterruptHandler registers a new InterruptHandler.
# Type aliases
InterruptHandler is a function that is called on receiving a SIGTERM or SIGINT signal.