[][src]Function nix::unistd::pipe

pub fn pipe() -> Result<(RawFd, RawFd)>

Create an interprocess channel.

See also pipe(2)