The OpenD Programming Language

pause

Gives a hint to the processor that the calling thread is in a 'spin-wait' loop, allowing to more efficiently allocate resources.

pragma(inline, true) pure nothrow @nogc @safe
void
pause
()

Meta