Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/davidgiven/fluxengine
/ wtWaitForUiThreadToCatchUp
Function
wtWaitForUiThreadToCatchUp
src/gui2/datastore.cc:168–175 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
166
}
167
168
static void wtWaitForUiThreadToCatchUp()
169
{
170
static std::function<void()> cb = []()
171
{
172
};
173
174
wtRunSynchronouslyOnUiThread(cb);
175
}
176
177
static void wtOperationStop()
178
{
Callers
6
beginWrite
Method · 0.85
reset
Method · 0.85
writeImage
Method · 0.85
readImage
Method · 0.85
writeFluxFile
Method · 0.85
createBlankImage
Method · 0.85
Calls
1
wtRunSynchronouslyOnUiThread
Function · 0.85
Tested by
no test coverage detected