OSSingleton.delayMsec

Delay execution of the current thread by msec milliseconds. msec must be greater than or equal to 0. Otherwise, delayMsec will do nothing and will print an error message.

struct OSSingleton
@nogc nothrow const
void
delayMsec
(
in long msec
)

Meta