Structs§
- A
SocketRpcServer
is a server future. It listens on a socket and spawns new connections, with a ConnectionService to handle each connection.
Enums§
- Type of rpc to be awaited
Traits§
- A connection service receives rpcs from clients and sends responses.
- SocketService receives connections and produces ConnectionServices.