DP News-Robot |
25. Feb 2020 05:10 |
TInterlockedHelper for Delphi interfaces: Spring.Reactive.pas
Reminder so self: [WayBack]*sglienke / Spring4D / source / Source / Reactive / Spring.Reactive.pas — Bitbucket*fragments: type TInterlocked = SyncObjs.TInterlocked; TInterlockedHelper = class helper for TInterlocked // TODO: move to Spring.pas class function CompareExchange<T: IInterface>(var Target: T; const Value, Comparand: T): T; overload; static; class function Exchange<T: IInterface>(var Target: T; const Value: T): T; overload; […]
Weiterlesen...
|