package
1.10.1
Repository: https://github.com/jpillora/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.