Mercurial > gui
view timer.urs @ 24:d314d2ec3300
Be able to obtain the name from a navItem
author | Ron de Bruijn <rmbruijn@gmail.com> |
---|---|
date | Sun, 04 Dec 2011 16:45:31 +0100 |
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 {}