view timer.urs @ 31:b5432d74841a

Update for key/mouse handler change
author Adam Chlipala <adam@chlipala.net>
date Sat, 21 Jul 2012 10:15:14 -0400
parents 37eefd0a2ed4
children
line wrap: on
line source
(** Cancelable delayed actions *)

type t

val create : {Milliseconds : int,
              Action : transaction {}} -> transaction t
val cancel : t -> transaction {}