pub unsafe extern "C" fn nstd_thread_yield()
Expand description
Yields the current thread allowing other threads to have more CPU time.
pub unsafe extern "C" fn nstd_thread_yield()
Yields the current thread allowing other threads to have more CPU time.