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

Method PostDBTask

src/render_panel/gr_context.cpp:150–152  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

148 }
149
150 void GrContext::PostDBTask(std::function<void()>&& task) {
151 task_rt_->GetLastThread()->Post(SimpleThreadTask::Make(std::move(task)));
152 }
153
154 void GrContext::PostDBTask(std::function<std::any()>&& exec_task, std::function<void(std::any)>&& cbk_task) {
155 task_rt_->GetLastThread()->Post(

Callers 7

StartStreamInternalMethod · 0.80
ParsePanelMessageMethod · 0.80
ParseRendererMessageMethod · 0.80
LoadPageMethod · 0.80
LoadPageMethod · 0.80
RecordFileTransferEndMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected