package eliom

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type ('a, 'b) t
val find : ('a, 'b) t -> ('a -> 'b Lwt.t) -> 'a -> 'b Lwt.t
val do_cache : ('a, 'b) t -> 'a -> 'b -> unit
val local_find : ('a, 'b) t -> 'a -> 'b Lwt.t
exception Not_ready
val find_if_ready : ('a, 'b) t -> 'a -> 'b
val create : unit -> ('a, 'b) t