Grpc_eio.Serverinclude Grpc.Server.Sval v : unit -> tv () creates a new server.
add_service ~name ~service t adds service to t and ensures that it is routable via name.
module Rpc : sig ... endmodule Service : sig ... endmodule Typed_rpc : sig ... endThis is an experimental API to build RPCs on the server side. Compared to