Seastar
High performance C++ framework for concurrent servers
Public Member Functions | Public Attributes | List of all members
seastar::rpc::rcv_reply< Serializer, future< T... > > Struct Template Reference
Inheritance diagram for seastar::rpc::rcv_reply< Serializer, future< T... > >:
seastar::rpc::rcv_reply_base< std::tuple< T... >, T... >

Public Member Functions

void get_reply (rpc::client &dst, rcv_buf input)
 
void set_value (V &&... v)
 

Public Attributes

bool done
 
promise< T... > p
 

The documentation for this struct was generated from the following file: