All Classes |Grouped Classes |Index

Function sleep

Sleep for 'millis' milliseconds.

	static void CL_System::sleep(
		int millis);

Detailed description:

It is possible for this function to sleep for more than millis, depending on the OS scheduler. If you require a more accurate sleep, consider pause.