Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DuGuQiuBai/Java
/ DieLock
Method
DieLock
day24/code/day24_Thread/src/cn/itcast_02/DieLock.java:6–8 ·
view source on GitHub ↗
(boolean flag)
Source
from the content-addressed store, hash-verified
4
private
boolean flag;
5
6
public
DieLock(boolean flag) {
7
this.flag = flag;
8
}
9
10
@Override
11
public
void
run() {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected