Generic RPCs added to czrpc The last few days I’ve been slowly adding support for what I call “generic RPCs” to czrpc . Lack...
Support for server-side asynchronous functions As I’ve mentioned at the end of Modern C++ lightweight binary RPC framework without code generation, one of the...
Modern C++ lightweight binary RPC framework without code generation Table of Contents Introduction Why I needed this RPC parameters Parameter Traits Serialization Deserialization From tuple to function parameters...