SpiecsEngine
 
Loading...
Searching...
No Matches

◆ GetCustomThreadPool()

std::shared_ptr< ThreadPool > Spices::ThreadModel::GetCustomThreadPool ( )
inline

Get Custom ThreadPool.

Returns
Returns Custom ThreadPool.

Definition at line 74 of file ThreadModel.h.

74{ return m_CustomThreadPool; }
std::shared_ptr< ThreadPool > m_CustomThreadPool
Custom ThreadPool.