We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e7fa95 commit 02ec389Copy full SHA for 02ec389
1 file changed
src/main/clojure/clojure/core/async/impl/dispatch.clj
@@ -92,7 +92,7 @@
92
[workload]
93
(case workload
94
:compute (make-ctp-named :compute)
95
- :io (make-ctp-named :io)
+ :io (make-io-executor)
96
:mixed (make-ctp-named :mixed)))
97
98
(def executor-for
0 commit comments