MCPcopy Create free account
hub / github.com/ReadyTalk/avian / isAlive

Method isAlive

classpath/java/lang/Thread.java:230–239  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

228 }
229
230 public boolean isAlive() {
231 switch (getState()) {
232 case NEW:
233 case TERMINATED:
234 return false;
235
236 default:
237 return true;
238 }
239 }
240
241 public int getPriority() {
242 return priority;

Callers

nothing calls this directly

Calls 1

getStateMethod · 0.95

Tested by

no test coverage detected