We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e83ff72 + 06fb938 commit ac67fa7Copy full SHA for ac67fa7
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