OSSingleton.delayUsec

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

struct OSSingleton
@nogc nothrow const
void
delayUsec
(
in long usec
)

Meta