Searched refs:next_future (Results 1 – 1 of 1) sorted by relevance
357 let mut next_future = pin!(async { in run_() localVariable387 future::poll_fn(|cx| match next_future.as_mut().poll(cx) { in run_()