Public Types | |
enum | State : uint8_t { ThreadStartup, Ready, HasWork, ExitAsSoonAsPossible } |
Public Member Functions | |
Worker (BlockingCounter *counter_to_decrement_when_ready) | |
void | ChangeState (State new_state) |
void | ThreadFunc () |
void | StartWork (Task *task) |
Static Public Member Functions | |
static void * | ThreadFunc (void *arg) |
Definition at line 217 of file WorkersPool.h.