cpp-msgpack-rpc 0.2.0
An RPC library implementing MessagePack RPC.
|
Class of ReconnectionTimer class. More...
#include <chrono>
#include <memory>
#include <random>
#include <ratio>
#include <utility>
#include "msgpack_rpc/common/msgpack_rpc_exception.h"
#include "msgpack_rpc/common/status_code.h"
#include "msgpack_rpc/config/reconnection_config.h"
#include "msgpack_rpc/executors/i_executor.h"
#include "msgpack_rpc/executors/operation_type.h"
#include "msgpack_rpc/executors/timer.h"
#include "msgpack_rpc/logging/logger.h"
Go to the source code of this file.
Classes | |
class | msgpack_rpc::clients::impl::ReconnectionTimer |
Class of timer to sleep before reconnecting. 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. |
Class of ReconnectionTimer class.
Definition in file reconnection_timer.h.