pub fn ioctl_fionbio<Fd>(fd: Fd, value: bool) -> Result<(), Errno> ⓘwhere Fd: AsFd,
dep_rustix
ioctl(fd, FIONBIO, &value)—Enables or disables non-blocking mode.
ioctl(fd, FIONBIO, &value)