Function pipe

fn pipe() -> Result<(OwnedFd, OwnedFd), Error>

Create an interprocess channel.

See also pipe(2)