Refactoring IState - ISignal
This commit is contained in:
@@ -74,7 +74,7 @@ end;
|
||||
|
||||
function TMycTaskManagerMock.CreateTask(const Gate: TState; const Proc: TProc): TSignal.TSubscription;
|
||||
begin
|
||||
Result := Gate.Subscribe(TMycExecMock.Create(Proc));
|
||||
Result := Gate.Signal.Subscribe(TMycExecMock.Create(Proc));
|
||||
end;
|
||||
|
||||
procedure TMycTaskManagerMock.WaitFor(State: TState.IState);
|
||||
|
||||
Reference in New Issue
Block a user