Skip to main content

sub

function

clojure.core.async/sub

Available in:BBCLJ
(sub [p topic ch] [p topic ch close?])
Subscribes a channel to a topic of a pub. 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!