Minor Fixes
This commit is contained in:
Родитель
3c41fc8fe4
Коммит
f5d2f9b553
|
@ -102,7 +102,6 @@ namespace Microsoft.Coyote.Runtime
|
|||
this.Group = group ?? OperationGroup.Create(this);
|
||||
}
|
||||
|
||||
this.Group = group ?? OperationGroup.Create(this);
|
||||
this.Dependencies = new HashSet<object>();
|
||||
this.SyncEvent = new ManualResetEventSlim(false);
|
||||
this.LastSchedulingPoint = SchedulingPointType.Start;
|
||||
|
|
|
@ -50,6 +50,7 @@ namespace Microsoft.Coyote.Runtime
|
|||
this.Id = Guid.NewGuid();
|
||||
this.Owner = owner;
|
||||
this.Members = new HashSet<ControlledOperation>();
|
||||
this.IsDelayOperation = isDelayOperation;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
|
Загрузка…
Ссылка в новой задаче