SpiecsEngine
 
Loading...
Searching...
No Matches

◆ thread_queue()

template<typename T >
scl::thread_queue< T >::thread_queue ( )
inline

Constructor Function.

Definition at line 23 of file ThreadQueue.h.

23: m_Count(0) {};
std::atomic_int m_Count
Count of tasks.
Definition ThreadQueue.h:68