Liking cljdoc? Tell your friends :D

deferst.core


branchclj/s≠

clj
(branch p success-fn error-fn)
cljs
source (clj)source (cljs)

create-prclj/s≠

clj
(create-pr resolve-reject-fn)
cljs
source (clj)source (cljs)

create-systemclj/s

(create-system builder)
(create-system builder default-conf)
(create-system builder default-conf label)
source

defsystemcljmacro

(defsystem builder default-conf)
(defsystem base-name builder default-conf)

macro which defs some vars around a system and provides easy tools-namespace reloading. you get

<base-name>-sys - the Sys record <base-name>-start! - start the system, with optional config <base-name>-stop! - stop the system if running <base-name>-reload! - stop!, tools.namespace refresh, start!

macro which defs some vars around a system and provides
easy tools-namespace reloading. you get

<base-name>-sys - the Sys record
<base-name>-start! - start the system, with optional config
<base-name>-stop! - stop the system if running
<base-name>-reload! - stop!, tools.namespace refresh, start!
sourceraw docstring

ISysclj/s≠protocol

start!clj/s

(start! _)
(start! _ conf)

stop!clj/s

(stop! _)

system-mapclj/s

(system-map _)
source

refresh-startclj/s

(refresh-start after-sym)

refresh and start on clj... error on cljs

refresh and start on clj... error on cljs
sourceraw docstring

return-prclj/s

(return-pr v)
source

start!*clj/s

(start!* builder sys-val conf label resolve-fn reject-fn)
source

stop!*clj/s

(stop!* builder sys-val label resolve-fn reject-fn)
source

Syscljs

source

system-map*clj/s

(system-map* sys-val resolve-fn reject-fn)
source

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

× close