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

Method main

day24/code/day24_Thread/src/cn/itcast_02/DieLockDemo.java:15–21  ·  view source on GitHub ↗
(String[] args)

Source from the content-addressed store, hash-verified

13 */
14public class DieLockDemo {
15 public static void main(String[] args) {
16 DieLock d1 = new DieLock(true);
17 DieLock d2 = new DieLock(false);
18
19 d1.start();
20 d2.start();
21 }
22}

Callers

nothing calls this directly

Calls 1

startMethod · 0.45

Tested by

no test coverage detected