Liking cljdoc? Tell your friends :D

tidy.core


*deref-context*clj

source

downstream-stabilized?clj

(downstream-stabilized? reaction)
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

prn*clj

(prn* & args)
source

prn-monitorclj

source

ratomclj

(ratom)
(ratom initial-state)
source

ratom?clj

(ratom? x)
source

reactionclj/smacro

(reaction & body)
source

reaction?clj

(reaction? x)
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

upstream-reactionsclj

(upstream-reactions reaction)
source

upstream-stabilized?clj

(upstream-stabilized? reaction)
source

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

× close