wenzelm [Thu, 11 Sep 2008 13:23:57 +0200] rev 28198
added Concurrent/par_list.ML;
wenzelm [Wed, 10 Sep 2008 23:28:09 +0200] rev 28197
added interrupt_task (external id);
tuned signature;
wenzelm [Wed, 10 Sep 2008 23:19:36 +0200] rev 28196
tuned;
wenzelm [Wed, 10 Sep 2008 22:29:36 +0200] rev 28195
future_schedule: uninterruptible join;
wenzelm [Wed, 10 Sep 2008 21:50:32 +0200] rev 28194
added future_scheduler (default false);
wenzelm [Wed, 10 Sep 2008 21:50:30 +0200] rev 28193
replaced join_all by join_results, which returns Exn.results;
join: disallow Multithreading.self_critical, which is prone to deadlocks due to context change via fork;
wenzelm [Wed, 10 Sep 2008 20:28:01 +0200] rev 28192
workers: explicit activity flag;
SYNCHRONIZED: optional tracing;