SpiecsEngine
 
Loading...
Searching...
No Matches

◆ CheckRunningState()

template<typename... Params>
bool Spices::ThreadPool_Basic< Params >::CheckRunningState ( ) const
inlineprotectedinherited

Check whether this pool is still in running.

Definition at line 319 of file ThreadPoolBasic.h.

319{ return m_IsPoolRunning; }
std::atomic_bool m_IsPoolRunning
True if this thread pool is in use.

Referenced by Spices::ThreadPool_Basic< Params >::SetMode(), and Spices::ThreadPool_Basic< Params >::SetThreadIdleTimeOut().