Liking cljdoc? Tell your friends :D
Clojure only.

hara.concurrent.procedure.data


cacheclj

(cache)

creates a cache for procedure results

(into {} (cache)) => (contains {:store clojure.lang.Atom})

creates a cache for procedure results

(into {} (cache))
=> (contains {:store clojure.lang.Atom})
raw docstring

registryclj

(registry)

creates a registry for running threads

(into {} (registry)) => (contains {:store clojure.lang.Atom})

creates a registry for running threads

(into {} (registry))
=> (contains {:store clojure.lang.Atom})
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close