Skip to content

Commit e83ff72

Browse files
committed
revert futurize opts change since it's covered in ASYNC-270
1 parent 544f9cd commit e83ff72

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/main/clojure/clojure/core/async

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 (assoc opts :exec exec)))
341+
(impl/futurize f opts))

0 commit comments

Comments
 (0)