IoWork class, it will provide the callback function for the threads(the workers) to handle io data(io buffer)
More...
#include <IoWork.h>
|
virtual int | Run (BufferPtr workdata) |
|
virtual int | Handle (IoBufferPtr data) |
|
IoWork class, it will provide the callback function for the threads(the workers) to handle io data(io buffer)
virtual int esnlib::IoWork::Handle |
( |
IoBufferPtr |
data | ) |
|
|
virtual |
The callback function for the threads(the workers) to handle io data(io buffer)
- Parameters
-
- Returns
- The return code
virtual int esnlib::IoWork::Run |
( |
BufferPtr |
workdata | ) |
|
|
virtual |
The callback function for the threads(the workers)
- Parameters
-
- Returns
- The return code
Reimplemented from esnlib::Work.
The documentation for this class was generated from the following file: