summaryrefslogtreecommitdiff
path: root/otherlibs/labltk/support/timer.mli
diff options
context:
space:
mode:
Diffstat (limited to 'otherlibs/labltk/support/timer.mli')
-rw-r--r--otherlibs/labltk/support/timer.mli4
1 files changed, 4 insertions, 0 deletions
diff --git a/otherlibs/labltk/support/timer.mli b/otherlibs/labltk/support/timer.mli
new file mode 100644
index 0000000000..6e7610ce2f
--- /dev/null
+++ b/otherlibs/labltk/support/timer.mli
@@ -0,0 +1,4 @@
+type t
+
+val add : ms:int -> callback:(unit -> unit) -> t
+val remove : t -> unit