Implemented TLazy + Tests

This commit is contained in:
Michael Schimmel
2025-06-03 17:10:55 +02:00
parent 38c9e2830d
commit 254eb7b114
18 changed files with 1329 additions and 149 deletions
+1 -1
View File
@@ -308,7 +308,7 @@ end;
procedure TMycNotifierChaosStressTests.Test_MixedOperations_Stress;
const
NumThreads = 24; // Number of concurrent worker threads
IterationsPerThread = 5000; // Number of random operations per thread
IterationsPerThread = 2000; // Number of random operations per thread
var
threads: array of TStressWorkerThread;
i: Integer;