Thread.sleep

Wait for specified amout of milliseconds

class Thread
static
void
sleep
(
uint msec
)

Examples

Thread.sleep(100);
assert(true);

Meta