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
Storm.Net (Simple Topologically Ordered Reactive Model) his an attempt to provide a data model that propagates update in a topological order.