Liking cljdoc? Tell your friends :D

burningswell.system


defsystemcljmacro

(defsystem system-name doc args & body)

Define a new system and helper functions.

Define a new system and helper functions.
raw docstring

on-shutdownclj

(on-shutdown f)

Run the function f on JVM shutdown.

Run the function `f` on JVM shutdown.
raw docstring

with-systemcljmacro

(with-system [component-sym component] & body)

Start the component, bind the started component to component-sym, evaluate body and stop component again.

Start the `component`, bind the started component to
`component-sym`, evaluate `body` and stop `component` again.
raw docstring

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

× close