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

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

Create an interprocess channel.

See also pipe(2)