Function ggez::timer::yield_now[][src]

pub fn yield_now()

Yields the current timeslice to the OS.

This just calls std::thread::yield_now() but it's handy to have here.