* change Result of CheckSynchronize to true when at least one method was executed (matches with both FPC and Delphi documentation)

This commit is contained in:
Sven/Sarah Barth 2023-03-17 15:53:25 +01:00
parent 5fe8fbd43a
commit e774a6275c

View File

@ -564,6 +564,8 @@ begin
tmpentry := PopThreadQueueHead;
while Assigned(tmpentry) do
begin
{ at least one method is handled, so return true }
result := true;
{ step 2: execute the method }
exceptobj := Nil;
try