JS8Call-Improved master
Loading...
Searching...
No Matches
sleep.h File Reference

Sleep utility class for thread management. More...

#include <qthread.h>
Include dependency graph for sleep.h:

Go to the source code of this file.

Classes

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

Detailed Description

Sleep utility class for thread management.

This header defines the Sleep class, which provides static methods for sleeping the current thread and retrieving the ideal thread count. It is a simple wrapper around QThread's static methods.