aboutsummaryrefslogtreecommitdiffhomepage
path: root/org/output_hub.org
diff options
context:
space:
mode:
Diffstat (limited to 'org/output_hub.org')
-rw-r--r--org/output_hub.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/org/output_hub.org b/org/output_hub.org
index c683742..e6b429c 100644
--- a/org/output_hub.org
+++ b/org/output_hub.org
@@ -27,7 +27,6 @@
module doc_reform.io_out.hub;
template outputHub() {
<<output_imports>>
- import std.parallelism;
@system void outputHub(D,I)(
const D doc_abstraction,
I doc_matters
@@ -49,6 +48,7 @@ template outputHub() {
Scheduled!()(schedule, doc_abstraction, doc_matters);
}
} else {
+ import std.parallelism;
foreach(schedule; parallel(doc_matters.opt.action.output_task_scheduler)) {
Scheduled!()(schedule, doc_abstraction, doc_matters);
}