Function ggez::timer::yield_now

source ·
pub fn yield_now()
Expand description

Yields the current timeslice to the OS.

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