package eliom

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
exception Channel_full
exception Channel_closed
val is_active : unit -> [ `Active | `Idle | `Inactive ]
val activate : unit -> unit
val set_handle_exn_function : (?exn:exn -> unit -> unit Lwt.t) -> unit
module Configuration : sig ... end
module Channel : sig ... end
val register : ?wake:bool -> 'a Eliom_comet_base.wrapped_channel -> 'a Lwt_stream.t
val restart : unit -> unit
val close : 'a Eliom_comet_base.wrapped_channel -> unit
val handle_exn : ?exn:exn -> unit -> unit Lwt.t
val section : Lwt_log_core.section