System.Threading.TThreadPool

From RAD Studio API Documentation
Jump to: navigation, search

System.TObjectTThreadPool

Delphi

TThreadPool = class sealed

C++

class PASCALIMPLEMENTATION TThreadPool : /*[[sealed]]*/ public System::TObject

Properties

Type Visibility Source Unit Parent
class public
System.Threading.pas
System.Threading.hpp
System.Threading System.Threading

Description

TThreadPool provides a class for managing automatically worker threads based on the load of the CPU.

See Also