Collage
1.0.1
Object-Oriented C++ Network Library
|
A worker thread processing items out of a CommandQueue. More...
#include <worker.h>
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 |