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

Method PostTask

src/render_panel/gr_context.cpp:119–121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

117 }
118
119 void GrContext::PostTask(std::function<void()>&& task) {
120 task_rt_->Post(SimpleThreadTask::Make(std::move(task)));
121 }
122
123 void GrContext::PostTask(std::function<std::any()>&& exec_task, std::function<void(std::any)>&& cbk_task) {
124 task_rt_->Post(

Callers 15

InitMethod · 0.95
PostDelayTaskMethod · 0.95
GrGuardStarterMethod · 0.45
ExtractIconsIfNeededMethod · 0.45
StartMethod · 0.45
InitMethod · 0.45
RequestNewClientIdMethod · 0.45
GrWorkspaceMethod · 0.45
InitListenersMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected