On this page
io.github.libtmux.internal.ProcessTree.ProcessTree
- Module
- io.github.libtmux.internal.ProcessTree
- Package
- io.github.libtmux:libtmux
- Source
- libtmux/src/main/java/io/github/libtmux/internal/ProcessTree.java
-
Owns bounded, idempotent termination of one process and its observable descendants.
3 declared, 0 inherited
Members
- captureDescendants method Retains descendants before another cleanup step can make the root disappear.
- ProcessTree method Takes ownership of terminating
rootand descendants visible from it. - terminate method Terminates the known process tree, closes the root's streams, and reports reclamation.