package
0.0.0-20240827061151-dd8f2e583407
Repository: https://github.com/scaledata/chisel.git
Documentation: pkg.go.dev
# Functions
AfterSignal returns a channel which will be closedafter the given duration or until a SIGHUP is received.
GoStats prints statistics tostdout on SIGUSR2 (posix-only).
InterruptContext returns a context which iscancelled on OS Interrupt.
SleepSignal sleeps for the given duration,or until a SIGHUP is received.