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

Method daemonLoop

src/apps/deskflow-daemon/DaemonApp.cpp:155–163  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

153}
154
155int DaemonApp::daemonLoop()
156{
157#if SYSAPI_WIN32
158 // Runs the daemon through the Windows service controller, which controls the program lifecycle.
159 return ArchDaemonWindows::runDaemon([this]() { return mainLoop(); });
160#elif SYSAPI_UNIX
161 return mainLoop();
162#endif
163}
164
165int DaemonApp::mainLoop()
166{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected