Skip to content

Commit

Permalink
pmapallv always returns vector
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanboldi committed Oct 16, 2023
1 parent a315482 commit 71f5b9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/propeller/utils.cljc
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
(apply map vector (butlast colls-args)))]
(dorun (map (fn [a] (send a #(apply f %))) agents))
(apply await agents)
(doall (map deref agents)))))
(doall (mapv deref agents)))))
:cljs (apply mapv f (butlast colls-args))))

(def PI
Expand Down

0 comments on commit 71f5b9d

Please sign in to comment.