protosocket_rpc

Module server

Source

Structs§

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

Enums§

Traits§

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