MCPcopy Create free account
hub / github.com/antlr/codebuff / awaitRunning

Method awaitRunning

output/java_guava/1.4.17/AbstractService.java:261–269  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

259 }
260
261 @Override
262 public final void awaitRunning() {
263 monitor.enterWhenUninterruptibly(hasReachedRunning);
264 try {
265 checkCurrentState(RUNNING);
266 } finally {
267 monitor.leave();
268 }
269 }
270
271 @Override
272 public final void awaitRunning(long timeout, TimeUnit unit) throws TimeoutException {

Callers

nothing calls this directly

Calls 3

checkCurrentStateMethod · 0.95
leaveMethod · 0.45

Tested by

no test coverage detected