Liking cljdoc? Tell your friends :D

tidy.subs


clear-all!clj

(clear-all!)
source

clear-cache!clj

(clear-cache!)
source

clear-cache-for-id!clj

(clear-cache-for-id! id)
source

clear-handlers!clj

(clear-handlers!)
source

handlersclj

source

monitorclj

source

oneclj

(one query-or-reaction)
(one query-or-reaction timeout-ms)
source

query->reactionclj

source

reaction->seqclj

(reaction->seq reaction)
source

reg-sourceclj

(reg-source id source-fn)
(reg-source id source-fn xform)
source

reg-sub-rawclj

(reg-sub-raw id f)
source

sourceclj

(source x)
(source id x)
(source id x shutdown)

Note that this function creates a source, and therefore has side effects. This function should then never be called from within the context of a reaction, but instead should be the result of a subscription (or more generally a cached reaction).

Note that this function _creates_ a source, and therefore has side effects.
This function should then never be called from within the context of a
reaction, but instead should be the result of a subscription (or more
generally a cached reaction).
sourceraw docstring

subscribeclj

(subscribe query)
source

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

× close