package ojs-base

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val mutable list : 'a list
method handle_add : ('a P.server_msg -> unit Lwt.t) -> 'a -> unit Lwt.t
method handle_call : ('a P.server_msg -> unit Lwt.t) -> 'a P.client_msg -> unit Lwt.t
method handle_delete : ('a P.server_msg -> unit Lwt.t) -> 'a -> unit Lwt.t
method handle_get : ('a P.server_msg -> unit Lwt.t) -> unit Lwt.t
method handle_message : ('a P.server_msg -> unit Lwt.t) -> 'a P.client_msg -> unit Lwt.t
method id : string
method list : 'a list
method set_list : 'a list -> unit Lwt.t