|
cpp-msgpack-rpc 0.2.0
An RPC library implementing MessagePack RPC.
|
Definition of CallPromise class. More...
#include <chrono>#include <memory>#include <utility>#include "msgpack_rpc/clients/impl/call_future_impl.h"#include "msgpack_rpc/common/status.h"#include "msgpack_rpc/messages/call_result.h"Go to the source code of this file.
Classes | |
| class | msgpack_rpc::clients::impl::CallPromise |
| Class to set results of RPCs. More... | |
Namespaces | |
| namespace | msgpack_rpc |
| Namespace of cpp-msgpack-rpc library. | |
| namespace | msgpack_rpc::clients |
| Namespace of clients. | |
| namespace | msgpack_rpc::clients::impl |
| Namespace of internal implementations. | |
Definition of CallPromise class.
Definition in file call_promise.h.h.