cpp-msgpack-rpc 0.2.0
An RPC library implementing MessagePack RPC.
|
Definition of CallFutureImpl class. More...
#include <algorithm>
#include <chrono>
#include <condition_variable>
#include <memory>
#include <mutex>
#include <optional>
#include <utility>
#include "msgpack_rpc/clients/impl/i_call_future_impl.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/messages/call_result.h"
Go to the source code of this file.
Classes | |
class | msgpack_rpc::clients::impl::CallFutureImpl |
Class of internal implementation of future objects to get results of RPCs asynchronously. 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 CallFutureImpl class.
Definition in file call_future_impl.h.