Seastar
High performance C++ framework for concurrent servers
|
Public Member Functions | |
source_impl (xshard_connection_ptr con) | |
future< std::optional< std::tuple< In... > > > | operator() () override |
Public Attributes | |
friend | source |
Protected Attributes | |
xshard_connection_ptr | _con |
circular_buffer< foreign_ptr< std::unique_ptr< rcv_buf > > > | _bufs |
|
overridevirtual |
Implements seastar::rpc::source< In >::impl.