You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: src/jtk_dvlp/async.cljc
+1-1
Original file line number
Diff line number
Diff line change
@@ -139,7 +139,7 @@
139
139
140
140
(defchainsmap)
141
141
142
-
(defn-amap
142
+
(defnamap
143
143
"Applies async function `<f` on every item of seqs `xs`. All seqs of `xs` must have the same length. Returns vector of all results applying `<f`. Supports error handling.
0 commit comments