From 71f5b9d8dec347696210d3333b2bc161562bc2af Mon Sep 17 00:00:00 2001 From: Ryan Boldi Date: Mon, 16 Oct 2023 18:38:17 -0400 Subject: [PATCH] pmapallv always returns vector --- src/propeller/utils.cljc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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