msgpackrpc.client

MessagePack RPC Client

Public Imports

msgpackrpc.common
public import msgpackrpc.common;
Undocumented in source.

Members

Aliases

TCPClient
alias TCPClient = Client!(msgpackrpc.transport.tcp)
Undocumented in source.

Classes

Client
class Client(alias Protocol)

MessagePack RPC Client

Future
class Future

Compose the future value

Meta