Seastar
High performance C++ framework for concurrent servers
|
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 |