JS8Call-Improved master
Loading...
Searching...
No Matches
Sleep Class Reference

Utility class for thread sleeping and ideal thread count retrieval. More...

#include <sleep.h>

Inheritance diagram for Sleep:
Collaboration diagram for Sleep:

Static Public Member Functions

static void msleep (int ms)
static int idealThreadCount ()

Detailed Description

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.


The documentation for this class was generated from the following file: