Seastar
High performance C++ framework for concurrent servers
|
Public Member Functions | |
sink_impl (xshard_connection_ptr con) | |
future | operator() (const Out &... args) override |
future | close () override |
future | flush () override |
Public Attributes | |
friend | sink |
Protected Attributes | |
xshard_connection_ptr | _con |
semaphore | _sem |
std::exception_ptr | _ex |
|
overridevirtual |
Implements seastar::rpc::sink< Out >::impl.
|
overridevirtual |
Implements seastar::rpc::sink< Out >::impl.
|
overridevirtual |
Implements seastar::rpc::sink< Out >::impl.