GetMaxThreads()
ThreadPoolImpl::GetMaxThreads(int&, int&) method
Gets maximal number of concurrent threads.
void System::Threading::ThreadPoolImpl::GetMaxThreads(int &wt, int &cpt)
Arguments
Parameter | Type | Description |
---|---|---|
wt | int& | Reference to variable to store maximal number of awailable worker threads. |
cpt | int& | Reference to variable to store maximal number of awailable IO threads. |
See Also
- Class ThreadPoolImpl
- Namespace System::Threading
- Library Aspose.Slides