(dispose this)
(disposed? this)
(run this)
(run this opts)
(subscribe this)
(subscribe this opts)
(subscribe this key opts)
(unsubscribe this key)
(stabilized? reaction)
A reaction is stabilized once it has been run at least once, and all upstream reactions are also stabilized. This allows us to determine whether the reaction graph is in a state where it can accept values, as well as to notify listeners when the graph has 'started' (i.e. stabilized)
A reaction is stabilized once it has been run at least once, and all upstream reactions are also stabilized. This allows us to determine whether the reaction graph is in a state where it can accept values, as well as to notify listeners when the graph has 'started' (i.e. stabilized)
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close