view timer.urs @ 5:4385bc6a0d2d

Some Datebox functions related to dates
author Adam Chlipala <adam@chlipala.net>
date Thu, 10 Feb 2011 12:39:20 -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 {}