robnotyou Thanks
Yes, it works, but with such an implementation I don't yet understand how to do it all dynamically. I can have 10 functions, and here's how to specify the dependence on the previous one, I don't know yet
operation4.addDependency(operation3)
operation3.addDependency(operation2)
operation2.addDependency(operation1)
Thanks anyway
I will think in this direction
Topic:
UI Frameworks
SubTopic:
SwiftUI
Tags: