Skip to content

Commit 547e2e6

Browse files
committed
must go through
1 parent 2c79f7c commit 547e2e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/clojure/clojure/core/async/impl/dispatch.clj

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
(.execute e r)))
9797

9898
(defonce executor
99-
(delay (let [executor-svc (construct-executor :core-async-dispatch)]
99+
(delay (let [^ExecutorService executor-svc (construct-executor :core-async-dispatch)]
100100
(reify impl/Executor
101101
(impl/exec [_ r]
102102
(.execute executor-svc ^Runnable r))))))

0 commit comments

Comments
 (0)