We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c79f7c commit 547e2e6Copy full SHA for 547e2e6
src/main/clojure/clojure/core/async/impl/dispatch.clj
@@ -96,7 +96,7 @@
96
(.execute e r)))
97
98
(defonce executor
99
- (delay (let [executor-svc (construct-executor :core-async-dispatch)]
+ (delay (let [^ExecutorService executor-svc (construct-executor :core-async-dispatch)]
100
(reify impl/Executor
101
(impl/exec [_ r]
102
(.execute executor-svc ^Runnable r))))))
0 commit comments