Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
17
void UIManager::RunTimerThread()
18
{
19
mTimerThreadShouldStop = false;
20
mTimerThread.reset(new std::thread([this]() { TimerThreadLoop(); }));
21
}
22
23
void UIManager::StopTimerThread()
24
{
Callers
1
JoinGame
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected