(transduce [xform f init ch])async/reduces a channel with a transformation (xform f).
Returns a channel containing the result. ch must close before
transduce produces a result.
Examples
No examples yet. Be the first to add one!
(transduce [xform f init ch])No examples yet. Be the first to add one!