Liking cljdoc? Tell your friends :D

tidy.core


*deref-context*clj

source

dispose-listenersclj

(dispose-listeners reaction)
source

downstream-stabilized?clj

(downstream-stabilized? reaction)
source

global-monitorclj

source

IInitializablecljprotocol

initialized?clj

(initialized? this)
source

IReactioncljprotocol

disposeclj

(dispose this)

disposed?clj

(disposed? this)

runclj

(run this)
(run this opts)
source

IReactiveAtomcljprotocol

source

ISubscribablecljprotocol

subscribeclj

(subscribe this)
(subscribe this opts)
(subscribe this key opts)

unsubscribeclj

(unsubscribe this key)
source

make-reactionclj

(make-reaction computation-fn)
source

on-disposeclj

(on-dispose reaction f)
(on-dispose reaction key f)
source

on-startclj

(on-start reaction f)
(on-start reaction key f)
source

on-valueclj

(on-value reaction f)
(on-value reaction key f)
source

prn*clj

(prn* & args)
source

prn-monitorclj

source

ratomclj

(ratom)
(ratom initial-state)
source

ratom?clj

(ratom? x)
source

reactioncljmacro

(reaction & body)
source

reaction?clj

(reaction? x)
source

releaseclj

(release reaction)
source

remove-listenerclj

(remove-listener reaction key)
source

retainclj

(retain reaction)
source

stabilized?clj

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

start-listenersclj

(start-listeners reaction)
source

upstream-reactionsclj

(upstream-reactions reaction)
source

upstream-stabilized?clj

(upstream-stabilized? reaction)
source

value-listenersclj

(value-listeners reaction)
source

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

× close