Skip to main content

tap

function

clojure.core.async/tap

Available in:BBCLJ
(tap [mult ch] [mult ch close?])
Copies the mult source onto the supplied channel. By default the channel will be closed when the source closes, but can be determined by the close? parameter.

No examples yet. Be the first to add one!