Skip to content

Commit 3c6e97f

Browse files
committed
ASYNC-270: assoc value of exec into opts to capture the default value before invoking impl/futurize
1 parent 8799f84 commit 3c6e97f

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)