package
0.0.0-20220214151720-7585b01ddccf
Repository: https://github.com/inetaf/netstack.git
Documentation: pkg.go.dev
# Functions
IgnoreChildStop sets the SA_NOCLDSTOP flag, causing child processes to not generate SIGCHLD when they stop.
ReplaceSignalHandler replaces the existing signal handler for the provided signal with the function pointer at `handler`.
StartSignalForwarding ensures that synchronous signals are passed to the given handler function and returns a callback that stops signal delivery.