MCPcopy Create free account
hub / github.com/davidgiven/fluxengine / IsWorkerThreadRunning

Method IsWorkerThreadRunning

src/gui/main.cc:136–139  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

134}
135
136bool FluxEngineApp::IsWorkerThreadRunning()
137{
138 return !!_callback;
139}
140
141void FluxEngineApp::OnExec(const ExecEvent& event)
142{

Callers 4

IsQueueRunningMethod · 0.80
OnExitMethod · 0.80
PrepareConfigMethod · 0.80
UpdateFormatOptionsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected