cpp-msgpack-rpc 0.2.0
An RPC library implementing MessagePack RPC.
Loading...
Searching...
No Matches
call_future.h File Reference

Definition of CallFuture class. More...

#include <chrono>
#include <memory>
#include <utility>
#include "msgpack_rpc/clients/impl/i_call_future_impl.h"
#include "msgpack_rpc/clients/server_exception.h"
#include "msgpack_rpc/messages/call_result.h"
Include dependency graph for call_future.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  msgpack_rpc::clients::CallFuture< Result >
 Class of future object to wait for asynchronous RPCs. More...
class  msgpack_rpc::clients::CallFuture< void >
 Specialization of msgpack_rpc::clients::CallFuture for void type. More...

Namespaces

namespace  msgpack_rpc
 Namespace of cpp-msgpack-rpc library.
namespace  msgpack_rpc::clients
 Namespace of clients.

Detailed Description

Definition of CallFuture class.

Definition in file call_future.h.