pub fn disable_pipe_errors() -> Result<(), Errno>Expand description
Ignores SIGPIPE signal (broken pipe errors are returned instead of terminating). Use this to override the default SIGPIPE handling when you need to handle broken pipe errors gracefully (e.g., tee with –output-error).