SpiecsEngine
 
Loading...
Searching...
No Matches

◆ GetPoolMode()

template<typename... Params>
const PoolMode & Spices::ThreadPool_Basic< Params >::GetPoolMode ( ) const
inlineinherited

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

Returns
Returns PoolMode.

Definition at line 298 of file ThreadPoolBasic.h.

298{ return m_PoolMode; }
PoolMode m_PoolMode
Thread Pool Run Mode.

References Spices::ThreadPool_Basic< Params >::m_PoolMode.