module CL_Timer:sig..end
API documentation for the class CL_Timer
type t
typeuint =int
val init : unit -> t
val delete : t -> unit
val is_repeating : t -> bool
val get_timeout : t -> uint
val start : t -> timeout:uint -> repeat:bool -> unit
val stop : t -> unit