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