Function tokio::net::unix::pipe::set_nonblocking

source ·
fn set_nonblocking(fd: BorrowedFd<'_>, current_flags: c_int) -> Result<()>
Expand description

Sets file descriptor’s flags with O_NONBLOCK by fcntl.