MCPcopy Create free account
hub / github.com/OpenEndedGroup/Field2 / isMainThread

Method isMainThread

src/main/java/field/app/RunLoop.java:61–63  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

59 return mainLoop;
60 }
61
62 public boolean isMainThread() {
63 return Thread.currentThread() == mainThread;
64 }
65
66 public void enterMainLoop() {

Callers 2

queueMethod · 0.80
checkThreadMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected