(track item dispose-fn)
Track an item via both the gc system and the stack based system. Dispose will be first-one-wins. Dispose-fn must not referent item else the circular dependency will stop the dispose-fn from being called.
Track an item via both the gc system *and* the stack based system. Dispose will be first-one-wins. Dispose-fn must not referent item else the circular dependency will stop the dispose-fn from being called.
(track-gc-only item dispose-fn)
Track this item using weak references. Note that the dispose-fn must absolutely not reference the item else nothing will ever get released.
Track this item using weak references. Note that the dispose-fn must absolutely *not* reference the item else nothing will ever get released.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close