TDME2 1.9.121
Public Member Functions | Private Attributes | List of all members
ServerWorkerThread Class Reference

Server worker thread. More...

#include <tdme/network/udpserver/ServerWorkerThread.h>

Inheritance diagram for ServerWorkerThread:
Inheritance graph
Collaboration diagram for ServerWorkerThread:
Collaboration graph

Public Member Functions

 ServerWorkerThread (const unsigned int id, ServerWorkerThreadPool *threadPool)
 Public constructor. More...
 
virtual ~ServerWorkerThread ()
 Public destructor. More...
 
void run ()
 Thread run method. More...
 
- Public Member Functions inherited from Thread
 Thread (const string &name, size_t stackSize=2 *1024 *1024)
 Public constructor. More...
 
virtual ~Thread ()
 Public destructor. More...
 
void join ()
 Blocks caller thread until this thread has been terminated. More...
 
void start ()
 Starts this objects thread. More...
 
virtual void run ()=0
 Abstract run() method, should be implemented by subclassed class, will be called after spawn by start() More...
 
void stop ()
 Requests that this thread should be stopped. More...
 
bool isStopRequested ()
 Returns if stop has been requested. More...
 

Private Attributes

unsigned int id
 
ServerWorkerThreadPoolthreadPool
 

Additional Inherited Members

- Static Public Member Functions inherited from Thread
static int getHardwareThreadCount ()
 
static void sleep (const uint64_t milliseconds)
 sleeps current thread for given time in milliseconds More...
 

Detailed Description

Server worker thread.

Author
Andreas Drewke

Definition at line 21 of file ServerWorkerThread.h.

Constructor & Destructor Documentation

◆ ServerWorkerThread()

ServerWorkerThread ( const unsigned int  id,
ServerWorkerThreadPool threadPool 
)

Public constructor.

Parameters
idid
threadPoolthread pool

Definition at line 27 of file ServerWorkerThread.cpp.

◆ ~ServerWorkerThread()

~ServerWorkerThread ( )
virtual

Public destructor.

Definition at line 34 of file ServerWorkerThread.cpp.

Member Function Documentation

◆ run()

void run ( )
virtual

Thread run method.

Implements Thread.

Definition at line 37 of file ServerWorkerThread.cpp.

Member Data Documentation

◆ id

unsigned int id
private

Definition at line 40 of file ServerWorkerThread.h.

◆ threadPool

ServerWorkerThreadPool* threadPool
private

Definition at line 41 of file ServerWorkerThread.h.


The documentation for this class was generated from the following files: