|
Equalizer
1.4.1
|
A worker thread. More...
#include <worker.h>
Public Member Functions | |
| WorkerThread () | |
| Construct a new worker thread. | |
| virtual | ~WorkerThread () |
| Destruct the worker. | |
| Q * | getWorkerQueue () |
Protected Member Functions | |
| virtual bool | init () |
| virtual CO_WORKER_API void | run () |
| virtual bool | stopRunning () |
| virtual bool | notifyIdle () |
A worker thread.
| co::WorkerThread< Q >::WorkerThread | ( | ) | [inline] |
| virtual co::WorkerThread< Q >::~WorkerThread | ( | ) | [inline, virtual] |
| Q* co::WorkerThread< Q >::getWorkerQueue | ( | ) | [inline] |
| virtual bool co::WorkerThread< Q >::init | ( | ) | [inline, protected, virtual] |
| virtual bool co::WorkerThread< Q >::notifyIdle | ( | ) | [inline, protected, virtual] |
| void co::WorkerThread< Q >::run | ( | ) | [protected, virtual] |
Definition at line 25 of file worker.ipp.
References co::ICommand::isValid().
Here is the call graph for this function:| virtual bool co::WorkerThread< Q >::stopRunning | ( | ) | [inline, protected, virtual] |
1.4.1 by
1.7.6.1