Skip to main content

pipe

function

clojure.core.async/pipe

Available in:BBCLJ
(pipe [from to] [from to close?])
Takes elements from the from channel and supplies them to the to channel. By default, the to channel will be closed when the from channel closes, but can be determined by the close? parameter. Will stop consuming the from channel if the to channel closes

No examples yet. Be the first to add one!