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

Definition of CallPromise class. More...

#include <chrono>
#include <memory>
#include <utility>
#include "msgpack_rpc/clients/impl/call_future_impl.h"
#include "msgpack_rpc/common/status.h"
#include "msgpack_rpc/messages/call_result.h"
Include dependency graph for call_promise.h.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::impl::CallPromise
 Class to set results 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.

Detailed Description

Definition of CallPromise class.

Definition in file call_promise.h.h.