System.Threading.TThreadPool

From RAD Studio API Documentation

TThreadPoolSystem.TObject

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