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)
ParameterTypeDescription
wtint&Reference to variable to store minimal number of awailable worker threads.
cptint&Reference to variable to store minimal number of awailable IO threads.

See Also