Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BohemiaInteractive/CWR
/ InitGlobalTaskPool
Function
InitGlobalTaskPool
engine/Poseidon/Core/TaskPool.cpp:189–195 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
187
}
188
189
void InitGlobalTaskPool(uint32_t threadCount)
190
{
191
if (!g_globalPool)
192
{
193
g_globalPool = std::make_unique<TaskPool>(threadCount);
194
}
195
}
196
197
void ShutdownGlobalTaskPool()
198
{
Callers
1
ParseCommandLine
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected