diff --git a/src/propeller/utils.cljc b/src/propeller/utils.cljc index 56555bd..ea03d29 100755 --- a/src/propeller/utils.cljc +++ b/src/propeller/utils.cljc @@ -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