MCPcopy 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
88bool QueuedScheduler::dispatchZeroOrOneContinuation() {
89 return this->dispatchInternal(false);
90}
91
92bool QueuedScheduler::dispatchInternal(bool blockIfNoTasks) {
93 async::task_run_handle t;

Callers 2

Calls 1

dispatchInternalMethod · 0.95

Tested by

no test coverage detected