MeVisLab Toolbox Reference
|
#include "mlBackgroundTaskManager.h"
#include "mlBackgroundTaskMessage.h"
#include <mlTypeDefs.h>
#include <stlab/concurrency/task.hpp>
Go to the source code of this file.
Classes | |
class | ml::MainExecutorT |
This class implements an executor that lets you execute a task in the ML's main loop without implementing for each occasion a different BackgroundTaskMessage. More... | |
Namespaces | |
namespace | ml |
Main documentation file for ML users and developers. | |
Variables | |
constexpr auto | ml::MainExecutor = MainExecutorT{} |
Only necessary instance of this main executor. | |