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