Liking cljdoc? Tell your friends :D

ripley.live.async

core.async source and pub sub

core.async source and pub sub
raw docstring

ch->sourceclj

(ch->source ch)
(ch->source ch immediate?)

Create source from channel for single listener.

Create source from channel for single listener.
sourceraw docstring

publishclj

(publish event-or-topic)
source

subscribe-sourceclj

(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.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close