cpp-msgpack-rpc 0.2.0
An RPC library implementing MessagePack RPC.
|
Definition of Call class. More...
#include <chrono>
#include <memory>
#include <utility>
#include "msgpack_rpc/clients/impl/call_future_impl.h"
#include "msgpack_rpc/clients/impl/call_promise.h.h"
#include "msgpack_rpc/common/status.h"
#include "msgpack_rpc/executors/i_executor.h"
#include "msgpack_rpc/executors/operation_type.h"
#include "msgpack_rpc/executors/timer.h"
#include "msgpack_rpc/messages/call_result.h"
Go to the source code of this file.
Classes | |
class | msgpack_rpc::clients::impl::Call |
Class of data of RPC. 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 Call class.
Definition in file call.h.