Liking cljdoc? Tell your friends :D

tech.parallel.require


memoizeclj

(memoize memo-fn)
source

require-resolveclj

Clojure's require is not threadsafe. So in order to do dynamic require and resolution of target functions we need to wrap it in a threadsafe memoizeation of the value. Usage: (require-resolve 'clojure.core.async/admix)

Clojure's require is not threadsafe.  So in order to do dynamic require
and resolution of target functions we need to wrap it in a threadsafe
memoizeation of the value.
Usage:
(require-resolve 'clojure.core.async/admix)
sourceraw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close