27 #ifndef COMMON_THREADS_H 28 #define COMMON_THREADS_H 47 #endif // COMMON_THREADS_H
bool isMainThread()
Returns true if called from the main thread, false otherwise.
void initThreads()
Initialize the global threading system.
bool initedThreads()
Was the global threading system initialized?
void enforceMainThread()
Throws an Exception if called from a non-main thread.