TDataSeries<T>
This commit is contained in:
@@ -43,7 +43,7 @@ type
|
||||
procedure Release; inline; // Releases the previously acquired exclusive lock.
|
||||
function IsLocked: Boolean; inline; // Checks if the list is currently locked by any thread.
|
||||
procedure Notify(
|
||||
Func: TPredicate<T>
|
||||
Func: TPredicate<T>
|
||||
); // Iterates through registered receivers and invokes the predicate; removes receiver if predicate returns false.
|
||||
end;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user