nix
0.0.1
In nix::
unistd
nix
::
unistd
Function
pipe
Copy item path
Source
pub fn pipe() ->
Result
<(
RawFd
,
RawFd
),
Error
>
Expand description
Create an interprocess channel.
See also
pipe(2)