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

Method chew

java/Chapter 16/Question16_3/Philosopher.java:43–46  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

41 }
42
43 public void chew() {
44 System.out.println("Philosopher " + index + ": eating");
45 pause();
46 }
47
48 public void pause() {
49 try {

Callers 1

eatMethod · 0.95

Calls 1

pauseMethod · 0.95

Tested by

no test coverage detected