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 6139a90 commit e60d508Copy full SHA for e60d508
src/main/clojure/clojure/core/async/impl/dispatch.clj
@@ -81,7 +81,7 @@
81
(defn- make-io-executor
82
[]
83
(if virtual-threads-available?
84
- (-> (Class/.getDeclaredMethod Executors "newVirtualThreadPerTaskExecutor" (make-array Class 0))
+ (-> (.getDeclaredMethod Executors "newVirtualThreadPerTaskExecutor" (make-array Class 0))
85
(.invoke nil (make-array Class 0)))
86
(make-ctp-named :io)))
87
0 commit comments