Liking cljdoc? Tell your friends :D
Clojure only.

kawa.manager


killclj

(kill process-id)

Forcibly stops a running process.

Returns a future that holds the exit code of the killed process.

Forcibly stops a running process.

Returns a future that holds the exit code of the killed process.
sourceraw docstring

lsclj

(ls)

Returns a list of currently registered processes.

Returns a list of currently registered processes.
sourceraw docstring

registerclj

(register process-info)
(register process-id process-info)

Registers a process to the manager to be watched.

Can be optionally passed a :keyword to be registered as the id of the process. If one is not supplied, one will be generated automatically.

Registers a process to the manager to be watched.

Can be optionally passed a :keyword to be registered as the id of the process.
If one is not supplied, one will be generated automatically.
sourceraw docstring

STATEclj

source

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

× close