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
@@ -198,7 +198,7 @@ end;
procedure TMycNotifierThreadingTests.Test_ConcurrentAdvise_Then_UnadviseAll_Consistency;
const
NumThreads = 24; // Number of threads
ItemsPerThread = 2500; // Number of Advise operations per thread
ItemsPerThread = 250; // Number of Advise operations per thread
var
threads: array of TAdviseWorkerThread;
i: Integer;