module Ecore_timer: sig .. end
sig
end
type t = Ecore.timer
Ecore.timer
val add : float -> Ecore.task_cb -> Ecore.timer
float -> Ecore.task_cb -> Ecore.timer
val delay : t -> float -> unit
t -> float -> unit