pub fn pipe() -> Result<(i32, i32), Errno>
Expand description

Create an interprocess channel.

See also pipe(2)