Skip to main content

into

function

clojure.core.async/into

Available in:BBCLJ
(into [coll ch])
Returns a channel containing the single (collection) result of the items taken from the channel conjoined to the supplied collection. ch must close before into produces a result.

No examples yet. Be the first to add one!