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