Constant SIGPIPE

Source
pub const SIGPIPE: Code;
Expand description

The SIGPIPE signal is sent to a process when it attempts to write to a pipe without a process connected to the other end.