System::Threading::ThreadPoolImpl::GetMinThreads method
ThreadPoolImpl::GetMinThreads method
Gets minimal number of threads being created by pool.
void System::Threading::ThreadPoolImpl::GetMinThreads(int &wt, int &cpt)
Parameter | Type | Description |
---|---|---|
wt | int& | Reference to variable to store minimal number of awailable worker threads. |
cpt | int& | Reference to variable to store minimal number of awailable IO threads. |
See Also
- Class ThreadPoolImpl
- Namespace System::Threading
- Library Aspose.PUB for C++