#include <pthread_work_fifo.hpp>
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