wenzelm [Sun, 19 Jul 2009 18:42:05 +0200] rev 32059
support for arbitrarity nested future proofs -- replaced crude order by explicit normalization (which might loop for bad dependencies);
export promises_of;
removed obsolete pending_groups;
tuned;
wenzelm [Sun, 19 Jul 2009 18:02:40 +0200] rev 32058
more abstract Future.is_worker;
Future.fork_local: inherit from worker (if available);
wenzelm [Sun, 19 Jul 2009 17:08:34 +0200] rev 32057
tuned;
wenzelm [Sun, 19 Jul 2009 14:15:47 +0200] rev 32056
future_result: explicitly impose Variable.sorts_of again;
wenzelm [Sun, 19 Jul 2009 14:14:25 +0200] rev 32055
recovered a version of dequeue_towards (cf. bb7b5a5942c7);
join_results: work only towards explicit dependencies -- otherwise could produce dynamic cycle (not recorded in queue);
wenzelm [Sat, 18 Jul 2009 22:53:02 +0200] rev 32054
added join_bodies;
wenzelm [Sat, 18 Jul 2009 22:52:31 +0200] rev 32053
scheduler: tuned tracing (status);
join_wait: more robust is_finished check;
wenzelm [Sat, 18 Jul 2009 22:51:29 +0200] rev 32052
added group_id;
added status;
wenzelm [Sat, 18 Jul 2009 22:45:33 +0200] rev 32051
synchronized: tuned tracing;
wenzelm [Sat, 18 Jul 2009 00:34:22 +0200] rev 32050
tuned;