Module server

Source

Structs§

SocketRpcServer
A SocketRpcServer is a server future. It listens on a socket and spawns new connections, with a ConnectionService to handle each connection.

Enums§

RpcKind
Type of rpc to be awaited

Traits§

ConnectionService
A connection service receives rpcs from clients and sends responses.
SocketService
SocketService receives connections and produces ConnectionServices.