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

Method enterMainThread

CesiumAsync/src/AsyncSystem.cpp:25–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23}
24
25AsyncSystem::MainThreadScope AsyncSystem::enterMainThread() const {
26 return this->_pSchedulers->mainThread.immediate.scope();
27}
28
29ThreadPool AsyncSystem::createThreadPool(int32_t numberOfThreads) const {
30 return ThreadPool(numberOfThreads);

Callers 2

loadTileImageMethod · 0.80
addCreditsMethod · 0.80

Calls 1

scopeMethod · 0.80

Tested by

no test coverage detected