MeVisLab Toolbox Reference
|
#include "MLBackgroundTasksSystem.h"
#include "mlBackgroundTaskMessageQueue.h"
#include <mlTimeCounter.h>
#include <ThirdPartyWarningsDisable.h>
#include <boost/thread/mutex.hpp>
#include <boost/thread/condition.hpp>
#include <ThirdPartyWarningsRestore.h>
Go to the source code of this file.
Classes | |
class | ml::BackgroundTask |
Base class for a task that is started in an extra thread. More... | |
class | ml::BackgroundTask::Observer |
Abstract interface to observe the BackgroundTask. More... | |
Namespaces | |
namespace | ml |
Main documentation file for ML users and developers. | |
Typedefs | |
typedef void | ml::BackgroundTaskFinishedCB(void *data, BackgroundTask *task) |