Documentation

Lean.Server.Rpc.RequestHandling

@[implemented_by _private.Lean.Server.Rpc.RequestHandling.0.Lean.Server.evalRpcProcedureUnsafe]
def Lean.Server.wrapRpcProcedure (method : Lake.Name) (paramType : Type) (respType : Type) [Lean.Server.RpcEncodable paramType] [Lean.Server.RpcEncodable respType] (handler : paramTypeLean.Server.RequestM (Lean.Server.RequestTask respType)) :
Instances For
    def Lean.Server.registerBuiltinRpcProcedure (method : Lake.Name) (paramType : Type) (respType : Type) [Lean.Server.RpcEncodable paramType] [Lean.Server.RpcEncodable respType] (handler : paramTypeLean.Server.RequestM (Lean.Server.RequestTask respType)) :
    Instances For