Liking cljdoc? Tell your friends :D
Clojure only.

skeptic.worker.process

Host-side worker process lifecycle: spawn a JVM running skeptic.worker.server, read the port handshake off its stdout, and tear it down. The caller passes the already assembled Skeptic runtime classpath plus the project classpath that the server installs as a separate context loader.

Host-side worker process lifecycle: spawn a JVM running skeptic.worker.server,
read the port handshake off its stdout, and tear it down. The caller passes
the already assembled Skeptic runtime classpath plus the project classpath
that the server installs as a separate context loader.
raw docstring

spawn!clj

(spawn! runtime-cp)
(spawn! runtime-cp project-cp)

Inputs: ([runtime-cp :- s/Str] [runtime-cp :- s/Str project-cp :- s/Str]) Returns: {:proc s/Any, :port s/Int}

Inputs: ([runtime-cp :- s/Str] [runtime-cp :- s/Str project-cp :- s/Str])
Returns: {:proc s/Any, :port s/Int}
sourceraw docstring

stop!clj

(stop! {:keys [proc]})

Inputs: [{:keys [proc]} :- {:proc s/Any, s/Any s/Any}] Returns: s/Any

Inputs: [{:keys [proc]} :- {:proc s/Any, s/Any s/Any}]
Returns: s/Any
sourceraw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close