OpenCBDC Transaction Processor
Loading...
Searching...
No Matches
async_server.hpp File Reference
#include "server.hpp"
Include dependency graph for async_server.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  cbdc::rpc::async_server< Request, Response, InBuffer, OutBuffer >
 Generic asynchronous RPC server. More...
 

Namespaces

namespace  cbdc
 
namespace  cbdc::rpc
 

Typedefs

using cbdc::rpc::raw_async_server = async_server<buffer, buffer>
 Asynchronous pass-through RPC server.