MCPcopy Create free account
hub / github.com/ddnet/ddnet / WorkerThread

Method WorkerThread

src/engine/shared/jobs.cpp:63–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61}
62
63void CJobPool::WorkerThread(void *pUser)
64{
65 static_cast<CJobPool *>(pUser)->RunLoop();
66}
67
68void CJobPool::RunLoop()
69{

Callers

nothing calls this directly

Calls 1

RunLoopMethod · 0.45

Tested by

no test coverage detected