(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.
(ls)
Returns a list of currently registered processes.
Returns a list of currently registered processes.
(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.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close