package stog_server_multi

  1. Overview
  2. Docs
type t
val rpc_handler : (app_server_msg -> unit Lwt.t) -> t
val call : t -> app_server_msg -> (app_client_msg -> 'a Lwt.t) -> 'a Lwt.t
val return : t -> Ojs_base.Rpc.call_id -> app_server_msg -> unit Lwt.t
val on_return : t -> Ojs_base.Rpc.call_id -> app_client_msg -> unit
OCaml

Innovation. Community. Security.