New binding mechanism: Expression tracking

This commit is contained in:
2023-08-15 13:17:42 +02:00
parent 335433562a
commit b792639635
35 changed files with 971 additions and 311 deletions

View File

@@ -13,7 +13,7 @@ public class CommandScheduler : ICommandScheduler
private readonly Subject<FullName> _containerToRefresh = new();
private readonly object _guard = new();
private bool _isRunningEnabled = true;
private bool _isRunningEnabled = /*true*/ false;
private bool _resourceIsInUse;
public IObservable<FullName> ContainerToRefresh { get; }