[][src]Function futures_micro::next_poll

pub async fn next_poll<F: Future>(__arg0: F) -> Result<F::Output, F>

Polls a future once. If it does not succeed, return it to try again