MCPcopy Create free account
hub / github.com/careercup/ctci / waitUntilDone

Method waitUntilDone

java/Chapter 16/IntroductionLocks/MyClass.java:38–41  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

36 }
37
38 public void waitUntilDone() {
39 completionLock.lock();
40 completionLock.unlock();
41 }
42}

Callers 1

mainMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected