Callable object (incl. lambda expressions) worker commands.
| Name | Description |
|---|---|
| Execute(IUpdateManagerWorker *) | Function called when the command is executed, which will happen on the worker thread if one is running. |
| Execute(IUpdateManagerWorker *) | Function called when the command is executed, which will happen on the worker thread if one is running. |
| WorkerFunctorCommand(Functor &&) | Constructor. |
| WorkerFunctorCommand(WorkerFunctorCommand &&) | Move Constructor. |
public: virtual void Execute
(
IUpdateManagerWorker * worker
)
Function called when the command is executed, which will happen on the worker thread if one is running.
public: virtual void Execute
(
IUpdateManagerWorker * worker
)
Function called when the command is executed, which will happen on the worker thread if one is running.
public: WorkerFunctorCommand
(
Functor && functor
)
Constructor.
public: WorkerFunctorCommand
(
WorkerFunctorCommand && other
)
Move Constructor.