(cache-and-return query-v dynv r)
cache the reaction r
cache the reaction r
(clear-all-handlers!)
Unregisters all existing subscription handlers
Unregisters all existing subscription handlers
(clear-subscription-cache!)
calls on-dispose
for each cached item,
which will cause the value to be removed from the cache
calls `on-dispose` for each cached item, which will cause the value to be removed from the cache
(map-signals f signals)
Runs f over signals. Signals may take several forms, this function handles all of them.
Runs f over signals. Signals may take several forms, this function handles all of them.
(to-seq x)
Coerces x to a seq if it isn't one already
Coerces x to a seq if it isn't one already
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close