package
0.0.0-20240720002214-37b2b8227b91
Repository: https://github.com/progrium/go-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.