Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
63
void CJobPool::WorkerThread(void *pUser)
64
{
65
static_cast<CJobPool *>(pUser)->RunLoop();
66
}
67
68
void CJobPool::RunLoop()
69
{
Callers
nothing calls this directly
Calls
1
RunLoop
Method · 0.45
Tested by
no test coverage detected