MCPcopy Create free account
hub / github.com/RGAA-Software/GoDesk / PostTask

Method PostTask

src/render/rd_context.cpp:56–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54 }
55
56 void RdContext::PostTask(std::function<void()>&& task) {
57 task_rt_->Post(SimpleThreadTask::Make(std::move(task)));
58 }
59
60 void RdContext::PostUITask(std::function<void()>&& task) {
61 QMetaObject::invokeMethod(this, [=]() {

Callers 7

InitMessagesMethod · 0.45
HandleForceGdiEventMethod · 0.45
WsPanelClientMethod · 0.45
StartMethod · 0.45
InitMethod · 0.45
On1SecondMethod · 0.45
ProcessNetEventMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected