|
cpp-msgpack-rpc 0.2.0
An RPC library implementing MessagePack RPC.
|
Definition of CallFuture class. More...
#include <chrono>#include <memory>#include <utility>#include "msgpack_rpc/clients/impl/i_call_future_impl.h"#include "msgpack_rpc/clients/server_exception.h"#include "msgpack_rpc/messages/call_result.h"Go to the source code of this file.
Classes | |
| class | msgpack_rpc::clients::CallFuture< Result > |
| Class of future object to wait for asynchronous RPCs. More... | |
| class | msgpack_rpc::clients::CallFuture< void > |
| Specialization of msgpack_rpc::clients::CallFuture for void type. More... | |
Namespaces | |
| namespace | msgpack_rpc |
| Namespace of cpp-msgpack-rpc library. | |
| namespace | msgpack_rpc::clients |
| Namespace of clients. | |
Definition of CallFuture class.
Definition in file call_future.h.