Thread.sleep

Makes the calling thread sleep for the specified amount of time.

class Thread
static @nogc @safe
void
sleep
(
uint ms
)

Parameters

ms uint

Miliseconds that the thread should sleep.

Meta