Function vector::test_util::wait_for

source ยท
pub async fn wait_for<F, Fut>(f: F)
where F: FnMut() -> Fut, Fut: Future<Output = bool> + Send + 'static,