System.Threading.TThreadPool.MinWorkerThreads

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property MinWorkerThreads: Integer read GetMinWorkerThreads;

C++

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

See Also