src/Pure/Thy/thy_info.ML
changeset 41674 7da257539a8d
parent 41673 1c191a39549f
child 41678 2b80ee995f95
--- a/src/Pure/Thy/thy_info.ML	Mon Jan 31 22:57:01 2011 +0100
+++ b/src/Pure/Thy/thy_info.ML	Mon Jan 31 23:02:53 2011 +0100
@@ -187,7 +187,7 @@
 
             val future =
               singleton
-                (Future.bulk {name = "theory " ^ name, group = NONE, deps = task_deps, pri = 0})
+                (Future.forks {name = "theory " ^ name, group = NONE, deps = task_deps, pri = 0})
                 (fn () =>
                   (case map_filter failed deps of
                     [] => body (map (#1 o Future.join o get) parents)