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;
wenzelm [Wed, 10 Sep 2008 19:44:29 +0200] rev 28191
future: allow explicit group;
cancel: invalidate group identifier for all future members;
tuned comments;
tuned;
wenzelm [Wed, 10 Sep 2008 19:44:28 +0200] rev 28190
cancel: invalidate group implicitly, via bool ref;
job: moved ok flag into group;
added interrupt, interrupt_external for tasks;