Live component that tracks an atom's value
Live component that tracks an atom's value
(atom-source atom-or-opts)
(atom-source atom process-value)
Create a source that tracks changes made to the given atom. The source will return the same channel on each call to to-channel so the same source can't be used for multiple live components.
Create a source that tracks changes made to the given atom. The source will return the same channel on each call to to-channel so the same source can't be used for multiple live components.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close