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

Method PostUITask

src/render/plugin_interface/gr_plugin_interface.cpp:186–190  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

184 }
185
186 void GrPluginInterface::PostUITask(std::function<void()>&& task) {
187 QMetaObject::invokeMethod(this, [=, this]() {
188 task();
189 });
190 }
191
192 void GrPluginInterface::PostUIDelayTask(int ms, std::function<void()>&& task) {
193 this->PostUITask([ms, t = std::move(task)]() {

Callers 1

PostUIDelayTaskMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected