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

Definition of async_connect function. More...

Include dependency graph for async_connect.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  msgpack_rpc::transport::impl::MultiBackendConnector
 Class to establish a connection using multiple backends of protocols. More...

Namespaces

namespace  msgpack_rpc
 Namespace of cpp-msgpack-rpc library.
namespace  msgpack_rpc::transport
 Namespace of transport of messages.
namespace  msgpack_rpc::transport::impl
 Namespace of internal implementations.

Functions

void msgpack_rpc::transport::async_connect (const BackendList &backends, const std::vector< addresses::URI > &uris, std::function< void(const Status &, std::shared_ptr< IConnection >)> on_connection)
 Asynchronously connect to an endpoint.

Detailed Description

Definition of async_connect function.

Definition in file async_connect.h.