#include <Connection.hh>
Public Member Functions | |
ConnectionReadTask (boost::function< void(const std::string &)> _func, const std::string &_data) | |
Constructor. | |
tbb::task * | execute () |
Overridden function from tbb::task that exectues the data callback. | |
A task instance that is created when data is read from a socket and used by TBB
|
inline |
Constructor.
_in] | _func Boost function pointer, which is the function that receives the data. | |
[in] | _data | Data to send to the boost function pointer. |
|
inline |
Overridden function from tbb::task that exectues the data callback.
References NULL.