package eliom

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type identity
type key
type server_notif
type client_notif
val init : unit -> unit Lwt.t
val deinit : unit -> unit
val listen : key -> unit
val unlisten : key -> unit
module Ext : sig ... end
val notify : ?notfor:[ `Id of identity | `Me ] -> key -> server_notif -> unit
val client_ev : unit -> (key * client_notif) Eliom_react.Down.t
val clean : unit -> unit