package
0.1.1
Repository: https://github.com/zaporter/go-update-mongo.git
Documentation: pkg.go.dev

# Functions

SigTerm returns a copy of the parent context that is marked done (its Done channel is closed) when termination signal arrives, when the returned stop function is called, or when the parent context's Done channel is closed, whichever happens first.
Sleep pauses the current goroutine until d has passed or ctx is canceled.
SleepWithJitter pauses the current goroutine until d + jitter has passed or ctx is canceled.
WithDelay returns a context that is canceled after a given amount of time after done channel is closed.