Public Member Functions | |
void | Push (Job *) |
void | Process (void) |
Protected Member Functions | |
virtual void | ProcessCompletedJob (Job *) |
JobQueue & | GetPending (void) |
JobQueue & | GetComplete (void) |
bool | GetTerminate (void) const |
size_t | GetNumSubmitted (void) const |
size_t | GetNumCompleted (void) const |
Friends | |
class | WorkerThread |
class | ThreadPool |