Function std::future::poll_in_task_cx [−][src]
pub fn poll_in_task_cx<F>(f: &mut PinMut<F>) -> Poll<F::Output> where
F: Future,
Polls a future in the current thread-local task context.
pub fn poll_in_task_cx<F>(f: &mut PinMut<F>) -> Poll<F::Output> where
F: Future,
Polls a future in the current thread-local task context.