pub async fn poll_until_async_impl<F, Fut>(poll_fn: F, loc: &SourceLocation)
where F: Fn() -> Fut, Fut: Future<Output = bool>,
Expand description

Use poll_until_async!() instead.