Creates compilation worker thread
Source position: fpmkunit.pp line 1605
public constructor TCompileWorkerThread.Create( |
ABuildEngine: TBuildEngine; |
NotifyMainThreadEvent: PRTLEvent |
); virtual; |
ABuildEngine |
|
Build engine instance for compilation |
NotifyMainThreadEvent |
|
Event to notify main thread of completion |
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.