#include <server.h>


Public Member Functions | |
| Server (std::string name) | |
| ~Server () | |
| void | Loop () |
| Thread loop. | |
| void | OnStop () |
| Callback called during the stop of the loop, after the last execution. | |
Definition at line 23 of file server.h.
| void Server< A >::Loop | ( | ) | [inline, virtual] |
| void Server< A >::OnStop | ( | ) | [inline, virtual] |
Callback called during the stop of the loop, after the last execution.
Reimplemented from FastLoopThreadObj.
1.5.8