MCPcopy Create free account
hub / github.com/deskflow/deskflow / glibThread

Method glibThread

src/lib/platform/PortalRemoteDesktop.cpp:171–179  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

169}
170
171void PortalRemoteDesktop::glibThread(const void *)
172{
173 auto context = g_main_loop_get_context(m_glibMainLoop);
174
175 while (g_main_loop_is_running(m_glibMainLoop)) {
176 Thread::testCancel();
177 g_main_context_iteration(context, true);
178 }
179}
180
181} // namespace deskflow

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected