Does .Net Reactive Extensions Framework (Rx) takes topological order into consideration?
问题 Does the .Net Reactive Extensions Framework propagates the notifications in topological order to minimize the amount of updates? Like Scala Rx does: Does .Net Reactive Extensions (Rx) ta 回答1: .NET Rx uses several semantics while implementing FRP. The key point are the observables and subscriber contexts, especially the schedulers used by subscribers. TL;DR - .NET RX does not use topological order while invoking notifications. The long answer: subscibers are invoked by order of their