(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
Examples
No examples yet. Be the first to add one!