Function af_core::future::poll[][src]

pub fn poll<F: Future + Unpin>(f: &mut F) -> Option<F::Output>

Polls a future and returns its result if it is ready.