From 0ce4e986fcd5af430d9f7bfdd625da7a58a1527e Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Tue, 4 Feb 2020 17:10:57 -0500 Subject: imports related, mostly cosmetic --- org/output_hub.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'org/output_hub.org') 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() { <> - 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); } -- cgit v1.2.3