Returns a lazy sequence of the values of the exprs, which are
evaluated in parallel
Source
(defmacropvalues"Returns a lazy sequence of the values of the exprs, which are
evaluated in parallel"{:added"1.0":statictrue}[&exprs]
`(pcalls ~@(map #(list `fn [] %)exprs)))