Ocsigen

This is a preliminary version of the documentation. Help us to improve it by filling tickets. We are looking for native english speakers to proof read the documentation. Contact us!

Module Lwt_timeout


module Lwt_timeout: sig .. end

type t 
val create : int -> (unit -> unit) -> t
val start : t -> unit
val stop : t -> unit
val change : t -> int -> unit