::retry/val
. See
docstring for retry/init
for details.::fb/spec
. This key was not documented and
was considered alpha. Including the spec in the exception causes
printed exceptions to be massive—especially if you merge many specs
together, which is a target use case for Fusebox. After using it for a time,
it was decided that ::fb/spec
is overly verbose and doesn't add much value.ex-data
. For example, an exception thrown by Timeout will include
a ::to/timeout-ms
key.ConcurrentHashMap
under an undocumented implementation key
caused it to get printed when memo
is printed. Memoized values may be
sensitive, and therefore memo
should be opaque. This change closes over
ConcurrentHashMap
, preventing it from being printed.Can you improve this documentation?Edit on GitHub
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close