(kill process-id)(kill custom-state 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)(ls custom-state)Returns a list of currently registered processes.
Returns a list of currently registered processes.
(register process-info)(register custom-state process-info)(register custom-state 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 builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |