Liking cljdoc? Tell your friends :D

manifold.utils


definterface+cljmacro

(definterface+ name & body)
source

defprotocol+cljmacro

(defprotocol+ name & body)
source

defrecord+cljmacro

(defrecord+ name & body)
source

deftype+cljmacro

(deftype+ name & body)
source

fast-satisfiesclj

(fast-satisfies protocol-var)
source

future-withcljmacro

(future-with executor & body)
source

invoke-callbacksclj

(invoke-callbacks callbacks)
source

max-depthclj

source

mutexclj

(mutex)
source

stack-depthclj

source

wait-forcljmacro

(wait-for & body)
source

when-classcljmacro

(when-class class & body)
source

when-core-asynccljmacro

(when-core-async & body)

Suitable for altering behavior (like extending protocols), but not defs

Suitable for altering behavior (like extending protocols), but not defs
sourceraw docstring

with-lockcljmacro

(with-lock lock & body)
source

with-lock*cljmacro

(with-lock* lock & body)
source

without-overflowcljmacro

(without-overflow executor & body)
source

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

× close