Function futures_micro::yield_once[][src]

pub fn yield_once() -> impl Future<Output = ()>

Pushes itself to the back of the executor queue so some other tasks can do some work.