Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dfranx/SHADERed
/ StopThreads
Method
StopThreads
src/SHADERed/UI/CodeEditorUI.cpp:1492–1497 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1490
}
1491
}
1492
void CodeEditorUI::StopThreads()
1493
{
1494
m_trackerRunning = false;
1495
if (m_trackThread)
1496
m_trackThread->detach();
1497
}
1498
1499
void CodeEditorUI::SetTrackFileChanges(bool track)
1500
{
Callers
1
Destroy
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected