package
0.0.0-20250307203412-7e5349ef2bba
Repository: https://github.com/mongodb/mongo-tools.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.