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

Method Start

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

Source from the content-addressed store, hash-verified

82 }
83
84 void WinMessageLoop::Start() {
85 CreateMessageWindow();
86 thread_ = std::thread(std::bind(&WinMessageLoop::ThreadFunc, this));
87 }
88
89 void WinMessageLoop::Stop() {
90 LOGI("WinMessageLoop stopping...");

Callers 1

WinDesktopManagerMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected