# Functions
RequestShutdown emulates a received event that is considered as shutdown signal (SIGTERM/SIGINT) This returns whether a handler was notified.
SetupSignalContext is same as SetupSignalHandler, but a context.Context is returned.
SetupSignalHandler registered for SIGTERM and SIGINT.