MCPcopy Create free account
hub / github.com/e2wugui/zeze / joinMonitors

Method joinMonitors

ZezeJava/ZezeJava/src/main/java/Zeze/Services/Daemon.java:156–160  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

154 }
155
156 private static void joinMonitors() throws InterruptedException {
157 for (var monitor : monitors)
158 monitor.stopAndJoin();
159 monitors.clear();
160 }
161
162 private static void destroySubprocess() throws InterruptedException {
163 // run jstack

Callers 2

mainMethod · 0.95
destroySubprocessMethod · 0.95

Calls 2

clearMethod · 0.65
stopAndJoinMethod · 0.45

Tested by

no test coverage detected