SpiecsEngine
 
Loading...
Searching...
No Matches

◆ GetIdleThreadSize()

template<typename... Params>
const int Spices::ThreadPool_Basic< Params >::GetIdleThreadSize ( ) const
inlineinherited

GetIdleThreadSize. This function is just used for unit test, should not be used in engine.

Returns
Returns IdleThreadSize.

Definition at line 284 of file ThreadPoolBasic.h.

284{ return m_IdleThreadSize.load(); }
std::atomic_int m_IdleThreadSize
Idled thread size.