System::Threading::ThreadPoolImpl::GetAvailableThreads method

ThreadPoolImpl::GetAvailableThreads method

Gets number of available threads.

void System::Threading::ThreadPoolImpl::GetAvailableThreads(int &wt, int &cpt)
ParameterTypeDescription
wtint&Reference to variable to store number of awailable worker threads.
cptint&Reference to variable to store number of awailable IO threads.

See Also