MeVisLab Toolbox Reference
|
This class implements an executor that allows you to execute a task in the ML's main loop without implementing a different BackgroundTaskMessage for each occasion. More...
#include <mlMainExecutor.h>
Public Member Functions | |
template<typename F > | |
void | operator() (F f) const |
Submit an function object of type 'void()' that should be executed within the ML's main loop. | |
This class implements an executor that allows you to execute a task in the ML's main loop without implementing a different BackgroundTaskMessage for each occasion.
Definition at line 27 of file mlMainExecutor.h.
Submit an function object of type 'void()' that should be executed within the ML's main loop.
Definition at line 53 of file mlMainExecutor.h.