Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
queue
Method · 0.80
checkThread
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected