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.