System.Threading.TThreadPool.MinWorkerThreads

提供:RAD Studio API Documentation

Delphi

property MinWorkerThreads: Integer read GetMinWorkerThreads;

C++

__property int MinWorkerThreads = {read=GetMinWorkerThreads, nodefault};

プロパティ

種類 可視性 ソース ユニット
property public
System.Threading.pas
System.Threading.hpp
System.Threading TThreadPool


説明

システム内で動作できる最小スレッド数を示します。

この最小値は、システムの CPU コアの数と一致します。

関連項目