wenzelm [Thu, 04 Dec 2008 23:46:20 +0100] rev 28980
refined Future.fork interfaces, no longer export Future.future;
wenzelm [Thu, 04 Dec 2008 23:46:20 +0100] rev 28979
fork/map: no inheritance of group (structure is nested, not parallel);
removed group thread_data;
refined Future.fork interfaces, no longer export Future.future;
wenzelm [Thu, 04 Dec 2008 23:02:56 +0100] rev 28978
future proofs: pass actual futures to facilitate composite computations;
removed join_futures -- superceded by higher-level PureThy.force_proofs;
wenzelm [Thu, 04 Dec 2008 23:02:52 +0100] rev 28977
renamed type Lazy.T to lazy;
force_proofs: original order;
wenzelm [Thu, 04 Dec 2008 23:02:46 +0100] rev 28976
future_scheduler: no global task group, exceptions via collective join;
finish: removed PureThy.force_proofs, back to old version;
wenzelm [Thu, 04 Dec 2008 23:01:11 +0100] rev 28975
renamed type Lazy.T to lazy;
renamed type Future.T to future;
wenzelm [Thu, 04 Dec 2008 23:01:03 +0100] rev 28974
excursion: pass explicit proof states as result of future proof, replaced low-level Thm.join_futures by PureThy.force_proofs;