pub async fn poll_until_async_impl<F, Fut>(poll_fn: F, loc: &SourceLocation)where F: Fn() -> Fut, Fut: Future<Output = bool>,
Use poll_until_async!() instead.
poll_until_async!()