System.Threading.TThreadPool.MinWorkerThreads
Delphi
property MinWorkerThreads: Integer read FMinLimitWorkerThreadCount write SetMinWorkerThreads2;
C++
__property int MinWorkerThreads = {read=FMinLimitWorkerThreadCount, write=SetMinWorkerThreads2, nodefault};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | System.Threading.pas System.Threading.hpp |
System.Threading | TThreadPool |
Description
Specifies the minimum number of threads that can work in the system.
This minimum coincides with the number of CPU cores in the system.