Skip to main content
pipe
strate_
net
0.1.0
In strate_
net::
syscalls::
call
strate_net
::
syscalls
::
call
Function
pipe
Copy item path
Source
pub fn pipe() ->
Result
<(
u32
,
u32
),
Error
>
Expand description
Create a pipe. Returns (read_fd, write_fd).