System.Threading.TThreadPool.MinWorkerThreads

From RAD Studio API Documentation
Revision as of 15:51, 27 October 2014 by Monicab (talk | contribs) (RS-55612)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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