package
4.0.18+incompatible
Repository: https://github.com/mongodb/mongo-tools-common.git
Documentation: pkg.go.dev

# 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.