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 is a website building & hosting documentation for Clojure/Script libraries

× close