MCPcopy 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
168static void wtWaitForUiThreadToCatchUp()
169{
170 static std::function<void()> cb = []()
171 {
172 };
173
174 wtRunSynchronouslyOnUiThread(cb);
175}
176
177static void wtOperationStop()
178{

Callers 6

beginWriteMethod · 0.85
resetMethod · 0.85
writeImageMethod · 0.85
readImageMethod · 0.85
writeFluxFileMethod · 0.85
createBlankImageMethod · 0.85

Calls 1

Tested by

no test coverage detected