[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Worker thread for compilation operations
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; |
|
Worker thread for compilation operations |
|
| | | ||
| | | ||
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.