tokio
1.44.1
In tokio::
net::
unix::
pipe
Structs
OpenOptions
Receiver
Sender
Enums
PipeEnd
Functions
get_file_flags
has_read_access
has_write_access
is_pipe
pipe
set_blocking
set_nonblocking
tokio
::
net
::
unix
::
pipe
Function
set_blocking
Copy item path
Settings
Help
Summary
Source
fn set_blocking<T:
AsRawFd
>(fd:
&T
) ->
Result
<
()
>
Expand description
Removes
O_NONBLOCK
from fd’s flags.