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

Method dispatchOneMainThreadTask

CesiumAsync/src/AsyncSystem.cpp:21–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19}
20
21bool AsyncSystem::dispatchOneMainThreadTask() {
22 return this->_pSchedulers->mainThread.dispatchZeroOrOneContinuation();
23}
24
25AsyncSystem::MainThreadScope AsyncSystem::enterMainThread() const {
26 return this->_pSchedulers->mainThread.immediate.scope();

Callers 1

Calls 1

Tested by

no test coverage detected