Function nix::unistd::pipe [−][src]
pub fn pipe() -> Result<(RawFd, RawFd), Error>
Expand description
Create an interprocess channel.
See also pipe(2)
pub fn pipe() -> Result<(RawFd, RawFd), Error>
Create an interprocess channel.
See also pipe(2)