Seastar
High performance C++ framework for concurrent servers
Public Member Functions | Public Attributes | Protected Member Functions | Protected Attributes | List of all members
seastar::rpc::sink< Out >::impl Class Referenceabstract
Inheritance diagram for seastar::rpc::sink< Out >::impl:
seastar::rpc::sink_impl< Serializer, Out >

Public Member Functions

virtual future operator() (const Out &... args)=0
 
virtual future close ()=0
 
virtual future flush ()=0
 

Public Attributes

friend sink
 

Protected Member Functions

 impl (xshard_connection_ptr con)
 

Protected Attributes

xshard_connection_ptr _con
 
semaphore _sem
 
std::exception_ptr _ex
 

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