Refactoring
This commit is contained in:
@@ -37,7 +37,7 @@ constructor TMycInitStateFuncFuture<T>.Create( const ATaskManager: IMycTaskManag
|
||||
begin
|
||||
inherited Create;
|
||||
|
||||
FDone := TMycLatch.CreateLatch( 1 );
|
||||
FDone := State.CreateLatch( 1 );
|
||||
|
||||
// Subscribe the job execution to AGate.
|
||||
// The job will run when AGate notifies the subscriber returned by Run.
|
||||
|
||||
Reference in New Issue
Block a user