Work class (interface), it will provide the callback function for the threads(the workers) More...
#include <Work.h>
Public Member Functions | |
virtual int | Run (BufferPtr workdata) |
Work class (interface), it will provide the callback function for the threads(the workers)
|
virtual |
The callback function for the threads(the workers)
workdata | The working data |
Reimplemented in esnlib::IoWork.