core.async source and pub sub
core.async source and pub sub
(ch->source ch)
(ch->source ch immediate?)
Create source from channel for single listener.
Create source from channel for single listener.
(subscribe-source topics event-value-fn)
Source that subscribes to the given topic and runs function to produce results. Optionally immediately processes an event.
Source that subscribes to the given topic and runs function to produce results. Optionally immediately processes an event.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close