Changes between Version 3 and Version 4 of Docs/Prog/Manual/ApplicationLibraries/lib825ev/Time/CSleep
- Timestamp:
- 08/26/10 12:46:53 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/Prog/Manual/ApplicationLibraries/lib825ev/Time/CSleep
v3 v4 2 2 = CSleep = 3 3 4 CSleep is a C++ class for sleep functions 4 CSleep is a C++ class for sleep functions. To have a small delay repeatedly this can be more efficient than using SleepMilliseconds because it does not have to pass the parameter and evaluate the amount of time to delay each time. 5 5 6 6 == Constructor ==