Searched refs:next_task (Results 1 – 1 of 1) sorted by relevance
364 let mut next_task = pin!(tokio::time::timeout( in run_() localVariable405 next_task.as_mut().poll(cx).map(Some) in run_()