MCPcopy Create free account
hub / github.com/OpenSteam001/OpenSteamTool / Stop

Function Stop

src/Utils/Config/ConfigFileWatcher.cpp:144–150  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

142}
143
144void Stop() {
145 if (!g_running) return;
146 g_running = false;
147 if (g_watcherThread.joinable()) {
148 g_watcherThread.join();
149 }
150}
151
152} // namespace ConfigFileWatcher

Callers 1

RestartLuaWatcherFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected