MCPcopy Create free account
hub / github.com/DuGuQiuBai/Java / run

Method run

day24/code/day24_Thread/src/cn/itcast_06/GetThread.java:11–16  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

9 }
10
11 @Override
12 public void run() {
13 while (true) {
14 s.get();
15 }
16 }
17
18}

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected