Liking cljdoc? Tell your friends :D
All platforms.

slip.core


startclj/s

(start sys-spec)
(start sys-spec init)
(start sys-spec init {:keys [:slip/debug?]})

start a system

  • sys-spec - the [[slip.system.schema/SystemSpec]]
  • init - map of initial data for the system - can be referenced from the sys-spec
  • debug? - add :slip/log key to the returned system with details of the interceptors called and the data passed to them
start a system

- `sys-spec` - the [[slip.system.schema/SystemSpec]]
- `init` - map of initial data for the system - can be referenced
          from the `sys-spec`
- `debug?` - add `:slip/log` key to the returned system with details
   of the interceptors called and the data passed to them
raw docstring

stopclj/s

(stop sys)
(stop {start-intc :slip.core/start stop-intc :slip.core/stop :as sys}
      {:keys [:slip/debug?]})

stop a system

  • sys - a system started with start
stop a system
- `sys` - a system started with [[start]]
raw docstring

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

× close