src/Pure/Concurrent/simple_thread.ML
Mon, 31 May 2010 21:06:57 +0200 modernized some structure names, keeping a few legacy aliases;
Wed, 11 Nov 2009 00:09:15 +0100 admit dummy implementation;
Tue, 10 Nov 2009 23:15:15 +0100 exported SimpleThread.attributes;
Tue, 27 Oct 2009 11:25:56 +0100 SimpleThread.fork: uniform handling of outermost Interrupt, which is not an error and should not produce exception trace;
Sat, 01 Aug 2009 00:09:45 +0200 renamed Multithreading.regular_interrupts to Multithreading.public_interrupts;
Sat, 25 Jul 2009 00:53:47 +0200 tuned tracing;
Sat, 25 Jul 2009 00:39:05 +0200 added Multithreading.real_time;
Sat, 25 Jul 2009 00:13:39 +0200 simplified/unified Multithreading.tracing_time;
Sat, 18 Jul 2009 22:45:33 +0200 synchronized: tuned tracing;
Mon, 19 Jan 2009 19:38:03 +0100 removed Ids;
Mon, 13 Oct 2008 15:48:39 +0200 added generic combinator for synchronized evaluation (formerly in future.ML);
Thu, 09 Oct 2008 20:53:17 +0200 added fail-safe interrupt;
Tue, 16 Sep 2008 15:37:32 +0200 Simplified thread fork interface.