Skip to main content

test_wait_until_async

Function test_wait_until_async 

Source
pub async fn test_wait_until_async<F>(condition: F) -> bool
where F: FnMut() -> bool,