DataRecord almost finished

This commit is contained in:
Michael Schimmel
2025-07-19 14:24:04 +02:00
parent 57319a55c1
commit 6010f61953
6 changed files with 747 additions and 257 deletions
-1
View File
@@ -117,7 +117,6 @@ var
writeable: TWriteable<Integer>;
subscriber: TSignal.ISubscriber;
subscription: TSignal.TSubscription;
exchangedValue: Integer;
begin
writeable := TWriteable<Integer>.CreateWriteable(InitialValue);
subscriber := TTestSubscriber.Create(SubscriberCallback);