MCPcopy Create free account
hub / github.com/NoMercy-ac/NoMercy / StartThreadRoutine

Method StartThreadRoutine

Source/Client/NM_Engine/ClientSocketWorker.cpp:823–827  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

821#endif
822
823DWORD WINAPI CNetworkClient::StartThreadRoutine(LPVOID lpParam)
824{
825 auto This = (CNetworkClient*)lpParam;
826 return This->NetQueueWorkerRoutine();
827}
828
829bool CNetworkClient::CreateQueueWatcherThread()
830{

Callers

nothing calls this directly

Calls 1

NetQueueWorkerRoutineMethod · 0.80

Tested by

no test coverage detected