libpalliate v0.0.1
Palliate core library
RPC::IO Struct Reference

#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
 

Constructor & Destructor Documentation

◆ IO()

RPC::IO::IO ( kj::AsyncIoContext &&  context,
kj::Executor const &  executor 
)
inline

Member Data Documentation

◆ context

kj::AsyncIoContext RPC::IO::context

◆ err_handler

ErrorHandler RPC::IO::err_handler

◆ executor

kj::Executor const& RPC::IO::executor

◆ tasks

kj::TaskSet RPC::IO::tasks {{err_handler}}

The documentation for this struct was generated from the following file: