We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a583e84 commit d06f2c5Copy full SHA for d06f2c5
src/main/clojure/clojure/core/async/impl/concurrent.clj
@@ -7,9 +7,8 @@
7
;; You must not remove this notice, or any other, from this software.
8
9
(ns ^{:skip-wiki true}
10
- clojure.core.async.impl.concurrent
11
- (:import [java.util.concurrent ThreadFactory Executors ExecutorService]
12
- [clojure.lang Var]))
+ clojure.core.async.impl.concurrent
+ (:import [java.util.concurrent ThreadFactory]))
13
14
(set! *warn-on-reflection* true)
15
0 commit comments