Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CesiumGS/cesium-native
/ dispatchZeroOrOneContinuation
Method
dispatchZeroOrOneContinuation
CesiumAsync/src/QueuedScheduler.cpp:88–90 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
86
}
87
88
bool QueuedScheduler::dispatchZeroOrOneContinuation() {
89
return this->dispatchInternal(false);
90
}
91
92
bool QueuedScheduler::dispatchInternal(bool blockIfNoTasks) {
93
async::task_run_handle t;
Callers
2
dispatchQueuedContinuations
Method · 0.95
dispatchOneMainThreadTask
Method · 0.80
Calls
1
dispatchInternal
Method · 0.95
Tested by
no test coverage detected