Function tokio::runtime::task::harness::poll_future

source ยท
fn poll_future<T: Future, S: Schedule>(
    core: &Core<T, S>,
    cx: Context<'_>,
) -> Poll<()>
Expand description

Polls the future. If the future completes, the output is written to the stage field.