Liking cljdoc? Tell your friends :D

com.potetm.fusebox.util


assert-keysclj

(assert-keys n {req :req-keys :as deets} spec)
source

try-interruptiblecljmacro

(try-interruptible & body)

Guarantees that an InterruptedException will be immediately rethrown.

This is preferred to clojure.core/try inside a with-timeout call.

Guarantees that an InterruptedException will be immediately rethrown.

This is preferred to clojure.core/try inside a with-timeout call.
sourceraw docstring

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

× close