(put! ch msg backpressure!)
(put! ch msg backpressure! close!)
Takes a ch
, a msg
, a single arg function that when passed
true
enables backpressure and when passed false
disables it,
and a no-arg function which, when invoked, closes the upstream
source.
Takes a `ch`, a `msg`, a single arg function that when passed `true` enables backpressure and when passed `false` disables it, and a no-arg function which, when invoked, closes the upstream source.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close