MCPcopy Create free account
hub / github.com/KTStephano/StratusGFX / DispatchAndSynchronize

Method DispatchAndSynchronize

Source/Engine/StratusThread.cpp:83–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81 }
82
83 void Thread::DispatchAndSynchronize() {
84 Dispatch();
85 Synchronize();
86 }
87
88 bool Thread::Idle() const {
89 return !processing_.load();

Callers 1

ThreadTest.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected