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.schema/SystemSpec
  • init - map of initial data for the system - can be referenced from the sys-spec
  • :slip/debug? - add a :slip/log key to the returned system with details of the interceptor fns called and the data passed to them
start a system

- `sys-spec` - the [[slip.schema/SystemSpec]]
- `init` - map of initial data for the system - can be referenced
          from the `sys-spec`
- `:slip/debug?` - add a `:slip/log` key to the returned system with details
   of the interceptor fns called and the data passed to them
sourceraw 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]]
sourceraw docstring

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

× close