We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7908a5b commit 06fb938Copy full SHA for 06fb938
src/main/clojure/clojure/core/async/flow.clj
@@ -338,4 +338,4 @@
338
default :mixed"
339
[f & {:keys [exec]
340
:or {exec :mixed} :as opts}]
341
- (impl/futurize f opts))
+ (impl/futurize f (assoc opts :exec exec)))
0 commit comments