#include <pthread_work_fifo.hpp>
Inheritance diagram for flx::pthread::worker_task:

Public Member Functions | |
| virtual void | doit ()=0 |
| function called by worker thread to carry out user job | |
| virtual void | finished ()=0 |
| virtual void flx::pthread::worker_task::finished | ( | ) | [pure virtual] |
function called by worker thread after doit() is completed used to notify job completion
1.5.1