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

Function runOnWorkerThread

src/gui/main.cc:121–124  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

119}
120
121void runOnWorkerThread(std::function<void()> callback)
122{
123 wxGetApp().RunOnWorkerThread(callback);
124}
125
126bool isWorkerThread()
127{

Callers 12

onOpenMethod · 0.85
drawContentMethod · 0.85
initMethod · 0.85
probeDevicesMethod · 0.85
beginReadMethod · 0.85
beginWriteMethod · 0.85
resetMethod · 0.85
writeImageMethod · 0.85
readImageMethod · 0.85
writeFluxFileMethod · 0.85
createBlankImageMethod · 0.85
QueueJobMethod · 0.85

Calls 1

RunOnWorkerThreadMethod · 0.80

Tested by

no test coverage detected