(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).
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close