wenzelm [Sun, 28 Sep 2008 00:00:55 +0200] rev 28386
thread_data: include thread name, export access;
more tracing;
wenzelm [Sat, 27 Sep 2008 19:35:00 +0200] rev 28385
setmp_noncritical;
wenzelm [Sat, 27 Sep 2008 18:18:08 +0200] rev 28384
dequeue_towards: return bound for unfinished tasks;
wenzelm [Sat, 27 Sep 2008 18:18:07 +0200] rev 28383
moved release_results to future.ML;
get_some: simplified via Future.release_results;
wenzelm [Sat, 27 Sep 2008 18:18:06 +0200] rev 28382
added release_results (formerly in par_list.ML);
more informative trace_active;
join_results: avoid deadlock via nested SYNCHRONOIZED, more robust active join, less rechecking of tasks;
wenzelm [Sat, 27 Sep 2008 18:18:05 +0200] rev 28381
Future.release_results;
wenzelm [Sat, 27 Sep 2008 15:37:01 +0200] rev 28380
more tracing;
wenzelm [Sat, 27 Sep 2008 15:20:39 +0200] rev 28379
Theory.checkpoint for main operations, admits concurrent proofs;
wenzelm [Sat, 27 Sep 2008 15:20:37 +0200] rev 28378
promise: include check into future body, i.e. joined results are always valid;
pending future derivations: shared ref within whole theory body, i.e. end-of-theory joins *all* derivations ever forked from a version of the theory;
simplified rep_deriv;
wenzelm [Sat, 27 Sep 2008 15:20:36 +0200] rev 28377
proper transfer of theorems that involve classes being instantiated here;