(->ig-config config)
(halt-dynamo!)
(init-dynamo)
(init-dynamo config)
(retry cnt expr)
(with-dynamo config & body)
Startup with the specified configuration; executes the body then shuts down.
Startup with the specified configuration; executes the body then shuts down.
(with-dynamo-fn f)
(with-dynamo-fn config f)
Startup with the specified configuration; executes the function then shuts down.
Startup with the specified configuration; executes the function then shuts down.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close