Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
121
void runOnWorkerThread(std::function<void()> callback)
122
{
123
wxGetApp().RunOnWorkerThread(callback);
124
}
125
126
bool isWorkerThread()
127
{
Callers
12
onOpen
Method · 0.85
drawContent
Method · 0.85
init
Method · 0.85
probeDevices
Method · 0.85
beginRead
Method · 0.85
beginWrite
Method · 0.85
reset
Method · 0.85
writeImage
Method · 0.85
readImage
Method · 0.85
writeFluxFile
Method · 0.85
createBlankImage
Method · 0.85
QueueJob
Method · 0.85
Calls
1
RunOnWorkerThread
Method · 0.80
Tested by
no test coverage detected