#include "MLBackgroundTasksSystem.h"
#include <mlModuleIncludes.h>
#include "mlBackgroundTask.h"
#include "mlBackgroundTaskMessageQueue.h"
#include "mlBackgroundTaskHandle.h"
#include <ThirdPartyWarningsDisable.h>
#include <vector>
#include <deque>
#include <ThirdPartyWarningsRestore.h>
#include <boost/thread.hpp>
#include <boost/thread/condition.hpp>
#include <boost/thread/mutex.hpp>
#include <cassert>
 
Go to the source code of this file.
 | 
| namespace   | ml | 
|   | Main documentation file for ML users and developers. 
  | 
|   | 
◆ ML_ENSURE_GUITHREAD
      
        
          | #define ML_ENSURE_GUITHREAD | 
        
      
 
 
◆ ML_ENSURE_WORKERTHREAD
      
        
          | #define ML_ENSURE_WORKERTHREAD |