pause
fn
void pause() pure nothrow @nogc @safeGives a hint to the processor that the calling thread is in a 'spin-wait' loop, allowing to more efficiently allocate resources.
void pause() pure nothrow @nogc @safeGives a hint to the processor that the calling thread is in a 'spin-wait' loop, allowing to more efficiently allocate resources.