MCPcopy Create free account
hub / github.com/M66B/FairEmail / isAlive

Method isAlive

app/src/main/java/eu/faircode/email/Core.java:5929–5937  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5927 }
5928
5929 boolean isAlive() {
5930 if (!started)
5931 return true;
5932 if (!running)
5933 return false;
5934 if (thread == null)
5935 return false;
5936 return thread.isAlive();
5937 }
5938
5939 void join() {
5940 join(thread);

Callers 2

releaseMethod · 0.45
joinMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected