GetMinThreads()

ThreadPoolImpl::GetMinThreads(int&, int&) method

Gets minimal number of threads being created by pool.

void System::Threading::ThreadPoolImpl::GetMinThreads(int &wt, int &cpt)

Arguments

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