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

Method PostWorkTask

src/render/plugin_interface/gr_plugin_interface.cpp:180–184  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

178 }
179
180 void GrPluginInterface::PostWorkTask(std::function<void()>&& task) {
181 if (plugin_context_ && !stopped_) {
182 plugin_context_->PostWorkTask(std::move(task));
183 }
184 }
185
186 void GrPluginInterface::PostUITask(std::function<void()>&& task) {
187 QMetaObject::invokeMethod(this, [=, this]() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected