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

Method Dispatch_

Source/Engine/StratusApplicationThread.cpp:27–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25 }
26
27 void ApplicationThread::Dispatch_() {
28 {
29 auto ul = LockWrite_();
30 thread_->QueueMany(queue_);
31 queue_.clear();
32 }
33 thread_->Dispatch();
34 }
35
36 void ApplicationThread::Synchronize_() {
37 thread_->Synchronize();

Callers 1

EngineMainMethod · 0.80

Calls 2

DispatchMethod · 0.80
QueueManyMethod · 0.45

Tested by

no test coverage detected