|
libpalliate v0.0.1
Palliate core library
|
#include <io.h>
Public Member Functions | |
| IO (kj::AsyncIoContext &&context, kj::Executor const &executor) | |
Public Attributes | |
| ErrorHandler | err_handler |
| kj::TaskSet | tasks {{err_handler}} |
| kj::AsyncIoContext | context |
| kj::Executor const & | executor |
|
inline |
| kj::AsyncIoContext RPC::IO::context |
| ErrorHandler RPC::IO::err_handler |
| kj::Executor const& RPC::IO::executor |
| kj::TaskSet RPC::IO::tasks {{err_handler}} |