MCPcopy 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
131bool FluxEngineApp::IsWorkerThread()
132{
133 return wxThread::GetCurrentId() != wxThread::GetMainId();
134}
135
136bool FluxEngineApp::IsWorkerThreadRunning()
137{

Callers 1

isWorkerThreadFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected