ThreadMgr::Sleep
Defined in:
Suspends the current thread for a period of time.
C4Threads.h
Prototype
static void Sleep(uint32 time);
Parameters
time |
The length of time to sleep, in milliseconds. |
Description
The Sleep
function blocks the calling thread for the length of time specified by the time
parameter.
See Also