Function nix::unistd::pipe

pub fn pipe() -> std::result::Result<(RawFd, RawFd), Error>
Documentation

Create an interprocess channel.

See also pipe(2)

On this page