Transient Recorder Framework
|
This class is used to execute worker thread tasks. More...
#include <TRWorkerThread.h>
Public Member Functions | |
virtual void | runWorkerThreadTask (int id)=0 |
Called on the helper thread request to execute a request. More... | |
This class is used to execute worker thread tasks.
It has a virtual function that is implemented to execute the task.
|
pure virtual |
Called on the helper thread request to execute a request.
id | identifier allowing one class to handle multiple request types |