26 #include <lunchbox/thread.h> 29 #define CO_WORKER_API CO_API 38 class WorkerThread :
public lunchbox::Thread
53 CO_WORKER_API
void run()
override;
Defines export visibility macros for library Collage.
CO_WORKER_API void run() override
WorkerThread(const size_t maxSize=ULONG_MAX)
Construct a new worker thread.
A worker thread processing items out of a CommandQueue.
Object-oriented network library.
virtual bool stopRunning()
virtual bool notifyIdle()
virtual ~WorkerThread()
Destruct the worker.