[][src]Function drone_core::future::poll_with_context

pub fn poll_with_context<F>(f: Pin<&mut F>) -> Poll<F::Output> where
    F: Future

Polls a future in the current task context.