package eliom

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t =
  1. | Generating
  2. | Active
  3. | Cached
  4. | Dead
val signal : unit -> t React.S.t
module Events : sig ... end
val onactive : ?now:bool -> ?once:bool -> ?stop:unit React.E.t -> (unit -> unit) -> unit
val oncached : ?once:bool -> ?stop:unit React.E.t -> (unit -> unit) -> unit
val ondead : ?stop:unit React.E.t -> (unit -> unit) -> unit
val oninactive : ?once:bool -> ?stop:unit React.E.t -> (unit -> unit) -> unit
val while_active : ?now:bool -> ?stop:unit React.E.t -> (unit -> unit Lwt.t) -> unit