[][src]Module fast_rpc::client

This module provides the interface for creating Fast clients.

Functions

receive

Receive a message from a Fast server on the provided TCP stream and call response_handler on the response.

send

Send a message to a Fast server using the provided TCP stream.