Function calloop::io::set_nonblocking
source ยท fn set_nonblocking(fd: BorrowedFd<'_>, is_nonblocking: bool) -> Result<bool>
Expand description
Set the nonblocking status of an FD and return whether it was nonblocking before.
fn set_nonblocking(fd: BorrowedFd<'_>, is_nonblocking: bool) -> Result<bool>
Set the nonblocking status of an FD and return whether it was nonblocking before.