#include <Server.h>
Additional Inherited Members | |
![]() | |
template<typename FuncT > | |
static auto | WrapAsyncCall (FuncT &&functor) |
Wraps functor into a function type with equivalent signature that handles the metadata sent by the client. More... | |
template<typename FuncT > | |
static auto | WrapSyncCall (boost::asio::io_context &io, FuncT &&functor) |
Wraps functor into a function type with equivalent signature. More... | |
Definition at line 83 of file rpc/Server.h.