|
Collage
1.0.1
Object-Oriented C++ Network Library
|
A worker thread processing items out of a CommandQueue. More...
#include <worker.h>
Inheritance diagram for co::WorkerThread< Q >:
Collaboration diagram for co::WorkerThread< Q >:Public Member Functions | |
| WorkerThread () | |
| Construct a new worker thread. More... | |
| virtual | ~WorkerThread () |
| Destruct the worker. More... | |
| Q * | getWorkerQueue () |
Protected Member Functions | |
| virtual bool | init () |
| virtual CO_WORKER_API void | run () |
| virtual bool | stopRunning () |
| virtual bool | notifyIdle () |
A worker thread processing items out of a CommandQueue.
|
inline |
|
inlinevirtual |
|
inline |
|
inlineprotectedvirtual |
|
inlineprotectedvirtual |
|
protectedvirtual |
Definition at line 25 of file worker.ipp.
|
inlineprotectedvirtual |
1.8.5