Thread.yield

Forces a context switch to occur away from the calling thread.

class Thread
static @nogc nothrow
void
yield
()

Meta