Functions for creating a runtime for a build-aware environment for the sidecar
Functions for creating a runtime for a build-aware environment for the sidecar
(make-system config)
Given a sidecar configuration object, creates component system. When started,
it contains a fully configured runtime
component.
Given a sidecar configuration object, creates component system. When started, it contains a fully configured `runtime` component.
(with-runtime config f)
Creates component system according to config, starts it and then
passes the runtime
component from the started system to f
. When
complete, shuts down the system.
Creates component system according to config, starts it and then passes the `runtime` component from the started system to `f`. When complete, shuts down the system.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close