added Futures

This commit is contained in:
Michael Schimmel
2025-06-02 00:45:30 +02:00
parent ca101a3452
commit 63484cd495
15 changed files with 1625 additions and 4126 deletions
-1
View File
@@ -313,7 +313,6 @@ var
threads: array of TStressWorkerThread;
i: Integer;
LThreadError: Exception;
LMessage: string;
totalExpectedLiveByThreadsAtEnd, actualLiveInNotifierAtEnd: Integer;
actualLiveReceiversInNotifier: TList<IMyStressTestInterface>; // Store interface type from Notify
receiver: IMyStressTestInterface;