18#ifndef INCLUDED_THREADUTIL 
   19#define INCLUDED_THREADUTIL 
Light-weight threading utilities.
Definition: TaskManager.cpp:38
bool IsMainThread()
Returns whether the current thread is the 'main' thread (i.e.
Definition: Threading.cpp:27
void SetMainThread()
Set the current thread as the 'main' thread.
Definition: Threading.cpp:37