MCPcopy Create free account
hub / github.com/Lovrom8/RSMods / StartServerLoop

Function StartServerLoop

DLL/CC/ControlServer.cpp:243–246  ·  view source on GitHub ↗

Starts the main server loop If it has been stopped (or hasn't ever been started), it restarts it Nothing

Source from the content-addressed store, hash-verified

241 /// </summary>
242 /// <returns>Nothing</returns>
243 void StartServerLoop() {
244 if (!serverStarted)
245 std::thread(CrowdControlThread).detach();
246 }
247
248 /// <summary>
249 /// Starts the necessary threads to listen and respond to Crowd Control requests

Callers 2

StartServerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected