Liking cljdoc? Tell your friends :D

bounce.system


->started-componentclj

(->started-component value)
(->started-component value stop!)

defcomponentcljmacro

(defcomponent sym & body)

fmap-componentclj

(fmap-component component f)

order-depsclj

(order-deps deps)

restart!clj

(restart!)

start!clj

(start!)
(start! deps)
(start! deps {:bounce/keys [args overrides] :as opts})

start-systemclj

(start-system deps)
(start-system deps {:bounce/keys [args overrides]})

stop!clj

(stop!)

stop-systemclj

(stop-system {:keys [dep-order components] :as system})

with-componentcljmacro

(with-component [binding component] & body)

with-component*clj

(with-component* component f)

with-stopcljmacro

(with-stop value & body)

with-systemcljmacro

(with-system system & body)

with-system*clj

(with-system* system f)

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

× close