15class ServerWorkerThreadPool;
Simple server worker thread pool class.
void run()
Thread run method.
ServerWorkerThread(const unsigned int id, ServerWorkerThreadPool *threadPool)
Public constructor.
ServerWorkerThreadPool * threadPool
virtual ~ServerWorkerThread()
Public destructor.