Skip to content

Commit 04812fb

Browse files
foguspuredanger
authored andcommitted
ASYNC-270: assoc value of exec into opts to capture the default value before invoking impl/futurize.
1 parent 7908a5b commit 04812fb

File tree

1 file changed

+1
-1
lines changed
  • src/main/clojure/clojure/core/async

1 file changed

+1
-1
lines changed

src/main/clojure/clojure/core/async/flow.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,4 +338,4 @@
338338
default :mixed"
339339
[f & {:keys [exec]
340340
:or {exec :mixed} :as opts}]
341-
(impl/futurize f opts))
341+
(impl/futurize f (assoc opts :exec exec)))

0 commit comments

Comments
 (0)