Liking cljdoc? Tell your friends :D

monkey.ci.runtime.sidecar

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
raw docstring

make-systemclj

(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.
sourceraw docstring

runtime?clj

source

with-runtimeclj

(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.
sourceraw docstring

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

× close