Seastar
High performance C++ framework for concurrent servers
|
Inherits seastar::rpc::client::reply_handler_base.
Public Member Functions | |
reply_handler (Func &&f) | |
virtual void | operator() (client &client, id_type msg_id, rcv_buf data) override |
virtual void | timeout () override |
virtual void | cancel () override |
Public Attributes | |
Func | func |
Reply | reply |
timer< rpc_clock_type > | t |
cancellable * | pcancel = nullptr |
rpc_clock_type::time_point | start |