fn run_ready( handles: &mut [(&dyn SelectHandle, usize, *const u8)], timeout: Timeout, is_biased: bool, ) -> Option<usize>
Runs until one of the operations becomes ready, potentially blocking the current thread.