Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
*/
14
public
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
start
Method · 0.45
Tested by
no test coverage detected