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

Method PostWorkTask

src/client/plugin_interface/ct_plugin_interface.cpp:156–160  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

154 }
155
156 void ClientPluginInterface::PostWorkTask(std::function<void()>&& task) {
157 if (plugin_context_ && !stopped_) {
158 plugin_context_->PostWorkTask(std::move(task));
159 }
160 }
161
162 void ClientPluginInterface::PostUITask(std::function<void()>&& task) {
163 QMetaObject::invokeMethod(this, [=, this]() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected