MCPcopy Create free account
hub / github.com/Gusabary/UNO / RunTimerThread

Method RunTimerThread

src/ui/ui_manager.cpp:17–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15}
16
17void UIManager::RunTimerThread()
18{
19 mTimerThreadShouldStop = false;
20 mTimerThread.reset(new std::thread([this]() { TimerThreadLoop(); }));
21}
22
23void UIManager::StopTimerThread()
24{

Callers 1

JoinGameMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected