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

Method Stop

src/render/app/win/win_render_message_loop.cpp:89–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87 }
88
89 void WinMessageLoop::Stop() {
90 LOGI("WinMessageLoop stopping...");
91 message_window_->CloseWindow();
92 if (thread_.joinable()) {
93 thread_.join();
94 }
95 LOGI("WinMessageLoop stoped.");
96 }
97
98 void WinMessageLoop::ThreadFunc() {
99 // https://github.com/dchapyshev/aspia

Callers 1

~WinDesktopManagerMethod · 0.45

Calls 1

CloseWindowMethod · 0.45

Tested by

no test coverage detected