Implementing first "strategy" for proof of concept
This commit is contained in:
+1
-1
@@ -153,7 +153,7 @@ type
|
||||
|
||||
class function CreateLatch(Count: Integer): ILatch; static;
|
||||
|
||||
class function Enqueue1(var Gate: TLatch): TState; overload; static;
|
||||
class function Enqueue1(var Gate: TLatch): TState; overload; static; deprecated; experimental;
|
||||
function Enqueue: TState; overload;
|
||||
|
||||
class property Null: ILatch read FNull;
|
||||
|
||||
Reference in New Issue
Block a user