a worker that runs in the background communicating via IPC to the rest. More...
#include <BackgroundWorker.h>
Public Member Functions | |
void | testInvariant () const |
test the invariant of this object | |
BackgroundWorker (const BackgroundJob &job, TList *output) | |
standard constructor | |
Static Public Member Functions | |
static void | execute (int socket) |
execute the job |
a worker that runs in the background communicating via IPC to the rest.
EL::BackgroundWorker::BackgroundWorker | ( | const BackgroundJob & | job, | |
TList * | output | |||
) |
standard constructor
void EL::BackgroundWorker::execute | ( | int | socket | ) | [static] |
execute the job
void EL::BackgroundWorker::testInvariant | ( | ) | const |