TLatch extended
This commit is contained in:
@@ -40,6 +40,8 @@ type
|
||||
class function Construct( const Proc: TFunc<T> ): TFuture<T>; overload; static;
|
||||
class function Construct( const Gate: IMycState; const Proc: TFunc<T> ): TFuture<T>; overload; static;
|
||||
|
||||
class property Null: IMycFuture<T> read FNull;
|
||||
|
||||
function Chain<S>( const Proc: TFunc<T, S> ): TFuture<S>;
|
||||
|
||||
function WaitFor: T;
|
||||
|
||||
Reference in New Issue
Block a user