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
+5
Original file line number
Diff line number
Diff line change
@@ -97,6 +97,11 @@
97
97
(ex-info"unknown" {:code:unknown} e#))))
98
98
chs))
99
99
100
+
(defnall
101
+
"Alias for `(map vector chs)` providing an vector of all resolved values."
102
+
[chs]
103
+
(map vector chs))
104
+
100
105
(defnsmap
101
106
"Like `clojure.core/map` but given function `<f` is async. Execution of `<f` with values of `xs` will be sequential with the given order of `xs`. Carries thrown exception (will convert to `ExceptionInfo`) as result.
0 commit comments