cpp-msgpack-rpc 0.2.0
An RPC library implementing MessagePack RPC.
|
Definition of CallList class. More...
#include <cassert>
#include <chrono>
#include <memory>
#include <mutex>
#include <tuple>
#include <unordered_map>
#include <utility>
#include "msgpack_rpc/clients/impl/call.h"
#include "msgpack_rpc/clients/impl/call_future_impl.h"
#include "msgpack_rpc/clients/impl/parameters_serializer.h"
#include "msgpack_rpc/clients/impl/request_id_generator.h"
#include "msgpack_rpc/common/msgpack_rpc_exception.h"
#include "msgpack_rpc/common/status.h"
#include "msgpack_rpc/common/status_code.h"
#include "msgpack_rpc/executors/i_executor.h"
#include "msgpack_rpc/logging/logger.h"
#include "msgpack_rpc/messages/message_id.h"
#include "msgpack_rpc/messages/method_name_view.h"
#include "msgpack_rpc/messages/parsed_response.h"
#include "msgpack_rpc/messages/serialized_message.h"
Go to the source code of this file.
Classes | |
class | msgpack_rpc::clients::impl::CallList |
Class of lists 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 CallList class.
Definition in file call_list.h.