annotate timer.urs @ 15:8300d5f0dc19

Replace ChangePoller with SourceL, plus some other rearrangements
author Adam Chlipala <adam@chlipala.net>
date Sun, 07 Aug 2011 14:38:52 -0400
parents 37eefd0a2ed4
children
rev   line source
adam@0 1 (** Cancelable delayed actions *)
adam@0 2
adam@0 3 type t
adam@0 4
adam@0 5 val create : {Milliseconds : int,
adam@0 6 Action : transaction {}} -> transaction t
adam@0 7 val cancel : t -> transaction {}