MCPcopy Create free account
hub / github.com/ReadyTalk/avian / waitFor

Method waitFor

classpath/java/lang/Runtime.java:175–181  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

173 }
174
175 public synchronized int waitFor() throws InterruptedException {
176 while (pid != 0) {
177 wait();
178 }
179
180 return exitCode;
181 }
182 }
183}

Callers

nothing calls this directly

Calls 1

waitMethod · 0.45

Tested by

no test coverage detected