(atom x)
(atom x & {:keys [meta validator]})
Like clojure.core/atom, except that it keeps track of derefs.
Like clojure.core/atom, except that it keeps track of derefs.
(check-derefs f)
(cursor src path)
(flush!)
(dispose! this)
(add-on-dispose! this f)
(run this)
(make-reaction f & {:keys [auto-run on-set on-dispose]})
(make-track f args)
(make-track! f args)
(make-wrapper value callback-fn args)
(reaction & body)
(reactive?)
(run! & body)
Runs body immediately, and runs again whenever atoms deferenced in the body change. Body should side effect.
Runs body immediately, and runs again whenever atoms deferenced in the body change. Body should side effect.
(run-in-reaction f obj key run opts)
(running)
(track f & args)
(track! f & args)
(with-let bindings & body)
(with-let-destroy v)
(with-let-values key)
cljdoc builds & hosts documentation for Clojure/Script libraries
Ctrl+k | Jump to recent docs |
← | Move to previous article |
→ | Move to next article |
Ctrl+/ | Jump to the search field |