System.Threading.TThreadPool.MinWorkerThreads
Delphi
property MinWorkerThreads: Integer read FMinLimitWorkerThreadCount write SetMinWorkerThreads2;
C++
__property int MinWorkerThreads = {read=FMinLimitWorkerThreadCount, write=SetMinWorkerThreads2, nodefault};
Propriétés
Type | Visibilité | Source | Unité | Parent |
---|---|---|---|---|
property | public | System.Threading.pas System.Threading.hpp |
System.Threading | TThreadPool |
Description
Spécifie le nombre minimal de threads pouvant s'exécuter dans le système.
Ce nombre coïncide avec le nombre de coeurs de CPU dans le système.