Liking cljdoc? Tell your friends :D

goose.utils


decodeclj

(decode o)
source

encodeclj

(encode x)
source

epoch-time-msclj

(epoch-time-ms)
(epoch-time-ms instant)

Returns Unix epoch milliseconds for given java.time.Instant. If no instant is given, returns epoch for current time.

Returns Unix epoch milliseconds for given java.time.Instant.
If no instant is given, returns epoch for current time.
sourceraw docstring

with-retrycljmacro

(with-retry {:keys [count retry-delay-ms]} & body)
source

with-retry*clj

(with-retry* retry-count retry-delay-ms fn-to-retry)
source

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

× close