[][src]Module tarpc_lib::server

Provides a server that concurrently handles many connections sending multiplexed requests.

Structs

Channel

Responds to all requests with request_handler. The server end of an open connection with a client.

Config

Settings that control the behavior of the server.

Running

The future driving the server.

Server

Manages clients, serving multiplexed requests over each connection.

Traits

Handler

A utility trait enabling a stream to fluently chain a request handler.

Functions

new

Returns a new server with configuration specified config.