System.Threading.TThreadPool.MinWorkerThreads

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property MinWorkerThreads: Integer read GetMinWorkerThreads;

C++

__property int MinWorkerThreads = {read=GetMinWorkerThreads, 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.

Voir aussi