Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/davidgiven/fluxengine
/ IsWorkerThread
Method
IsWorkerThread
src/gui/main.cc:131–134 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
129
}
130
131
bool FluxEngineApp::IsWorkerThread()
132
{
133
return wxThread::GetCurrentId() != wxThread::GetMainId();
134
}
135
136
bool FluxEngineApp::IsWorkerThreadRunning()
137
{
Callers
1
isWorkerThread
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected