Skip to main content

wait_until

Function wait_until 

Source
pub fn wait_until(timeout: Duration, what: &str, check: impl FnMut() -> bool)
Expand description

Poll check until it returns true or timeout elapses; panics with what on timeout.