|
JS8Call-Improved master
|
Utility class for thread sleeping and ideal thread count retrieval. More...
#include <sleep.h>


Static Public Member Functions | |
| static void | msleep (int ms) |
| static int | idealThreadCount () |
Utility class for thread sleeping and ideal thread count retrieval.
The Sleep class provides static methods to pause the current thread for a specified duration in milliseconds and to retrieve the ideal number of threads for the system. It is a lightweight wrapper around QThread's static methods.