src/Pure/Concurrent/lazy_sequential.ML
Sun, 28 Dec 2014 22:03:11 +0100 wenzelm proper sequential version;
Tue, 23 Aug 2011 16:39:21 +0200 wenzelm discontinued slightly odd Future/Lazy.get_finished, which do not really fit into the execution model of Future.cancel/join_tasks (canceled tasks need to be dequeued and terminated explicitly);
Tue, 23 Aug 2011 15:48:41 +0200 wenzelm some support for toplevel printing wrt. editor perspective (still inactive);
Mon, 15 Aug 2011 19:27:55 +0200 wenzelm explicit check of finished evaluation;
Mon, 11 Jul 2011 22:55:47 +0200 wenzelm tuned signature -- corresponding to Scala version;
Thu, 09 Sep 2010 17:20:27 +0200 wenzelm more abstract treatment of interrupts in structure Exn -- hardly ever need to mention Interrupt literally;
Fri, 08 Jan 2010 11:07:53 +0100 wenzelm fixed type error;
Wed, 06 Jan 2010 13:14:28 +0100 wenzelm do not memoize interrupts;
Tue, 20 Oct 2009 19:28:01 +0200 wenzelm removed unused map_force;
Thu, 01 Oct 2009 23:49:05 +0200 wenzelm tuned;
Thu, 01 Oct 2009 18:24:06 +0200 wenzelm Lazy evaluation with memoing (sequential version).
less more (0) tip