libpalliate v0.0.1
Palliate core library
|
#include <client.h>
Public Member Functions | |
Client (Key) | |
virtual | ~Client () |
virtual kj::WaitScope & | wait_scope ()=0 |
void | recv () |
Public Attributes | |
std::function< void(kj::Own< capnp::MessageReader > &&)> | callback |
Protected Attributes | |
std::unique_ptr< RPC::Context > | context |
|
inline |
|
inlinevirtual |
void Client::recv | ( | ) |
|
pure virtual |
std::function<void(kj::Own<capnp::MessageReader>&&)> RPC::Client::callback |
|
protected |