Generic state management for a Component system.
Generic state management for a Component system.
(shutdown this)
Stop a running system and de-initialize it.
This is essentially a convenience wrapper for stop
+ deinit
.
Stop a running system and de-initialize it. This is essentially a convenience wrapper for `stop` + `deinit`.
(startup this)
(startup this mode)
Initialize a system and start all of its components.
This is essentially a convenience wrapper for init
+ start
.
Initialize a system and start all of its components. This is essentially a convenience wrapper for `init` + `start`.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close