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

Method PostGlobalTask

src/render/rd_app.cpp:456–458  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

454 }
455
456 void RdApplication::PostGlobalTask(std::function<void()>&& task) {
457 PostGlobalAppMessage(AppMessageMaker::MakeTaskMessage(std::move(task)));
458 }
459
460 void RdApplication::PostIpcMessage(std::shared_ptr<Data>&& msg) {
461

Callers 13

InitMessagesMethod · 0.95
ProcessPluginEventMethod · 0.80
ReportFileTransferEndMethod · 0.80
ReportRelayAliveMethod · 0.80
ProcessHeartBeatMethod · 0.80
ProcessSwitchMonitorMethod · 0.80
ProcessSwitchWorkModeMethod · 0.80
ProcessInsertKeyFrameMethod · 0.80
ReportClientConnectedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected