core-async

2021-03-22T11:52:48.016700Z

Am I right that clojure.core.async/map isn’t replaceable with a transducer; as the transducer form doesn’t support multiple channels? And that only the deprecated map< map> etc are?

2021-03-27T18:08:22.017800Z

map isn't deprecated

2021-03-27T18:09:03.018Z

I think specifically because of what you said

2021-03-27T18:11:14.018200Z

It's only map< and map> which were deprecated.

Jan K 2021-03-22T15:19:48.017200Z

Sounds right. A transducer can't replace async/map

👍 1