Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ReadyTalk/avian
/ getState
Method
getState
classpath/java/lang/Thread.java:226–228 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
224
}
225
226
public
State getState() {
227
return
State.values()[state];
228
}
229
230
public
boolean isAlive() {
231
switch (getState()) {
Callers
3
isAlive
Method · 0.95
setDaemon
Method · 0.95
join
Method · 0.95
Calls
1
values
Method · 0.65
Tested by
no test coverage detected