MCPcopy Create free account
hub / github.com/CesiumGS/cesium-native / dispatchMainThreadTasks

Method dispatchMainThreadTasks

CesiumAsync/src/AsyncSystem.cpp:17–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15}
16
17void AsyncSystem::dispatchMainThreadTasks() {
18 this->_pSchedulers->mainThread.dispatchQueuedContinuations();
19}
20
21bool AsyncSystem::dispatchOneMainThreadTask() {
22 return this->_pSchedulers->mainThread.dispatchZeroOrOneContinuation();

Calls 1

Tested by 5

initializeTilesetFunction · 0.64
loadTileContentFunction · 0.64
loadTileFunction · 0.64