Skip to main content

wait_for

Function wait_for 

Source
pub async fn wait_for<F>(condition: F, message: &str)
where F: Fn() -> bool,