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

TCompileWorkerThread.Create

Creates compilation worker thread

Declaration

Source position: fpmkunit.pp line 1605

public constructor TCompileWorkerThread.Create(

  ABuildEngine: TBuildEngine;

  NotifyMainThreadEvent: PRTLEvent

); virtual;

Arguments

ABuildEngine

  

Build engine instance for compilation

NotifyMainThreadEvent

  

Event to notify main thread of completion

Description

Create initializes a new compilation worker thread with the specified build engine and notification callback. This constructor prepares the thread for parallel compilation operations.

The worker thread is configured to communicate with the main thread through the provided notification event.


Documentation generated on: Dec 15 2025