#include <ThreadedJob.h>
Inheritance diagram for Odyssey::DelegateThreadedJob:
Public Member Functions | |
DelegateThreadedJob () | |
DelegateThreadedJob (const Delegate &func) | |
void | onRun (const Config &config, const VariableMap &vars) |
This is the function to override to implement the job that will run in a separate thread. | |
Public Attributes | |
Delegate | Execute |
This class implements a ThreadedJob. This implementation will execute a delegated function in a separate thread.
|
|
|
|
|
This is the function to override to implement the job that will run in a separate thread.
Reimplemented from Odyssey::ThreadedJob. |
|
|