SemysSleepMSec |
01 | Sleeps the calling thread for a certain amount of milliseconds. |
02 |
void SemysSleepMSec(uint32 msec); |
03 |
Parameters:
|
04 | The calling thread will be suspended for the given amount of milliseconds (at least). It is dependent on the environment how accurate the actual suspended time will be. |
05 |
Reference: SemysThreading.h Implementation: Semys Library See Also: Threading Sub-System |
Goto: Main Page; This page is part of the Semys software documentation. See About: Documentation for details. |