#include <connection.hpp>
Public Member Functions | |
| rpc_recv_functor (Functor f, connection &c) | |
| message | operator() (const message &m) |
Public Attributes | |
| Functor | m_func |
| connection & | m_con |
Converts fused functor into rpc::method compatiable functor for this connection type.
Definition at line 106 of file connection.hpp.
1.8.0