Function opentitanlib::util::file::wait_read_timeout
source · pub fn wait_read_timeout(fd: &impl AsFd, timeout: Duration) -> Result<()>
Expand description
Waits for fd
to become ready to read or timeout
to expire.