view timer.urs @ 28:7d0014542199

TogglePanel.isOpen
author Adam Chlipala <adam@chlipala.net>
date Sun, 12 Feb 2012 10:27:02 -0500
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 {}