InspIRCd
3.0
|
#include <configreader.h>
Public Member Functions | |
ConfigReaderThread (const std::string &useruid) | |
void | Run () |
void | Finish () |
bool | IsDone () |
![]() | |
Thread () | |
virtual void | SetExitFlag () |
void | join () |
Public Attributes | |
const std::string | TheUserUID |
Additional Inherited Members | |
![]() | |
bool | GetExitFlag () |
The background thread for config reading, so that reading from executable includes does not block.
void ConfigReaderThread::Finish | ( | ) |
Run in the main thread to apply the configuration
|
virtual |
Override this method to put your actual threaded code here.
Implements Thread.