System.Threading.TThreadPool.MaxWorkerThreads

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property MaxWorkerThreads: Integer read GetMaxWorkerThreads;

C++

__property int MaxWorkerThreads = {read=GetMaxWorkerThreads, nodefault};

Properties

Type Visibility Source Unit Parent
property public
System.Threading.pas
System.Threading.hpp
System.Threading TThreadPool

Description

Specifies the maximum number of threads that can work in the system.

This maximum is computed with the number of CPU cores and the maximum number of threads per core.

See Also