Reactive Extensions for .NET
Reactive Extensions is a library for composing asynchronous and event-based programs using observable sequences and LINQ-style query operators. Using Rx, developers represent asynchronous data streams with Observables, query asynchronous data streams using LINQ operators, and parameterize the concurrency in the asynchronous data streams using Schedulers. Simply put, Rx = Observables + LINQ + Schedulers..
Project Details
- Project Info Site
- Project Code Site
- Project License Type: MIT
- Project Main Contacts: Bart de Smet, Matt Podwysocki, Claire Novotny and Brendan Forster