#include <ThreadPool.h>
Public Member Functions | |
WorkerState () | |
virtual | ~WorkerState () |
void | assignJob (ThreadPoolJob &j) |
virtual void | finish () |
Friends | |
class | WorkerMainLoop |
Definition at line 25 of file ThreadPool.h.
WorkerState::WorkerState | ( | ) |
Definition at line 37 of file ThreadPool.cpp.
virtual WorkerState::~WorkerState | ( | ) | [inline, virtual] |
Definition at line 31 of file ThreadPool.h.
void WorkerState::assignJob | ( | ThreadPoolJob & | j | ) |
Definition at line 47 of file ThreadPool.cpp.
void WorkerState::finish | ( | ) | [virtual] |
Definition at line 42 of file ThreadPool.cpp.
friend class WorkerMainLoop [friend] |
Definition at line 43 of file ThreadPool.h.