summaryrefslogtreecommitdiff
path: root/src/boot.clj
diff options
context:
space:
mode:
Diffstat (limited to 'src/boot.clj')
-rw-r--r--src/boot.clj2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/boot.clj b/src/boot.clj
index c1df6230..9e71bb93 100644
--- a/src/boot.clj
+++ b/src/boot.clj
@@ -908,7 +908,7 @@
(. q (put (f (first job))))
(recur))))
tasks (doseq dnu (map (fn [task]
- (. exec (submit task)))
+ (. exec (submit #^java.util.concurrent.Callable task)))
(replicate nthreads produce)))
consume (fn []
(if (sync nil (and (or @todo (pos? @out))