Skip to content

Commit 02ec389

Browse files
committed
wire in vthreads check for :io
1 parent 2e7fa95 commit 02ec389

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
[workload]
9393
(case workload
9494
:compute (make-ctp-named :compute)
95-
:io (make-ctp-named :io)
95+
:io (make-io-executor)
9696
:mixed (make-ctp-named :mixed)))
9797

9898
(def executor-for

0 commit comments

Comments
 (0)