Add ability to transduce values collected via clojure.core.async/into

Description

This is a trivial change that allows a transducer to be provided as the first argument to clojure.core.async/into. This feels like a common use case ... transforming values and conj'ing them into a collection, as with (transduce xform conj [] ch).

Environment

None

Attachments

3

Activity

Show:

Howard Lewis Ship May 26, 2017 at 1:20 AM

Patch 3 doesn't include the change to CONTRIBUTING.md

Howard Lewis Ship May 26, 2017 at 12:47 AM

This fixes two typos I, of course, didn't notice until after submitting.

Details

Assignee

Reporter

Approval

Triaged

Patch

Code and Test

Priority

Created May 26, 2017 at 12:39 AM
Updated May 26, 2017 at 1:22 AM