[][src]Function lofi::yield_now

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

Yield the current future.

This is the same as calling lofi::yield_ticks(1).