[][src]Function std::future::poll_in_task_cx

pub fn poll_in_task_cx<F>(f: PinMut<F>) -> Poll<F::Output> where
    F: Future
🔬 This is a nightly-only experimental API. (gen_future #50547)

Polls a future in the current thread-local task context.