# Functions
Handle is like HandleWithInterrupt but it doesn't take a finalizer and will exit immediately after the first signal is received.
HandleWithInterrupt starts a goroutine which listens for SIGTERM, SIGINT, and SIGKILL and explicitly ignores SIGPIPE.