Unit 'fpmkunit' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#fcl]

TCompileWorkerThread

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Worker thread for compilation operations

Declaration

Source position: fpmkunit.pp line 1587

type TCompileWorkerThread = class(TThread)

public

  constructor Create(); virtual;

  

Creates compilation worker thread

  destructor Destroy; override;

  

Destroys worker thread and cleans up resources

end;

Inheritance

TCompileWorkerThread

  

Worker thread for compilation operations

|

TThread

|

TObject

Description

TCompileWorkerThread implements a worker thread for executing compilation operations in parallel. This class enables concurrent compilation of multiple targets to improve build performance on multi-core systems.

The worker thread manages compilation tasks, handles thread synchronization, and reports progress back to the main thread for coordinated parallel build processing.


Documentation generated on: Dec 15 2025