Skip to main content

deref

functionv1.7

cljs.core/deref

Available in:BBCLJCLJS
(deref [o])
Also reader macro: @var/@atom/@delay. Returns the most-recently-committed value of ref. When applied to a var or atom, returns its current state. When applied to a delay, forces it if not already forced. See also - realized?.

No examples yet. Be the first to add one!