summaryrefslogtreecommitdiff
path: root/otherlibs/labltk/support/timer.mli
blob: 6e7610ce2fc4665971bac3163117b04d50d4f611 (plain)
1
2
3
4
type t

val  add : ms:int -> callback:(unit -> unit) -> t
val  remove : t -> unit