Search code examples
c#.netsystem.reactivereactive-programming

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


Solution

  • Storm.Net (Simple Topologically Ordered Reactive Model) his an attempt to provide a data model that propagates update in a topological order.