Fork me on GitHub
#core-async
<
2020-06-04
>
dominicm15:06:49

What's the idiomatic way to add a transducer to a channel that's returned from a function? e.g. the datomic client api returns channels.

Alex Miller (Clojure team)15:06:29

you can't add a transducer to an existing channel

Alex Miller (Clojure team)15:06:41

but you could stack a pipe or pipeline on it

dominicm15:06:08

ah, pipe. Perfect, dunno how I missed that :)