view timer.urs @ 13:c016beb0ebac

Repair calendarCtl : adjust monthinfo when set.
author Karn Kallio <kkallio@eka>
date Thu, 28 Jul 2011 11:51:10 -0430
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 {}