SpiecsEngine
 
Loading...
Searching...
No Matches

◆ InitCustomThreadPool()

void Spices::ThreadModel::InitCustomThreadPool ( )

Init Custom ThreadPool.

Definition at line 32 of file ThreadModel.cpp.

33 {
35
37 {
38 m_CustomThreadPool = std::make_shared<ThreadPool>("CusT");
40 m_CustomThreadPool->Start(8);
41 }
42 }
#define SPICES_PROFILE_ZONE
std::shared_ptr< ThreadPool > m_CustomThreadPool
Custom ThreadPool.