SpiecsEngine
 
Loading...
Searching...
No Matches

◆ InitGameThreadPool()

void Spices::ThreadModel::InitGameThreadPool ( )

Init Game ThreadPool.

Definition at line 44 of file ThreadModel.cpp.

45 {
47
49 {
50 m_GameThreadPool = std::make_shared<ThreadPool>("GameT");
52 m_GameThreadPool->Start(4);
53 m_GameThreadPool->Suspend();
54 }
55 }
#define SPICES_PROFILE_ZONE
std::shared_ptr< ThreadPool > m_GameThreadPool
Game ThreadPool.