Liking cljdoc? Tell your friends :D

bunnicula.utils


json-deserializerclj

(json-deserializer body)
source

json-serializerclj

(json-serializer message)
source

time-limitedcljmacro

(time-limited ms-timeout timeout-response & body)

Evaluate body in another thread. If evaluation takes longer then set timeout return timeout-response otherwise return result of body. Ensure original exception is rethrown

Evaluate body in another thread.
If evaluation takes longer then set timeout
return timeout-response otherwise return result of body.
Ensure original exception is rethrown
sourceraw docstring

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

× close