An API for asynchronous programming with observables streams. Rx is a combination of the best ideas from the Observer pattern, the iterator pattern, and functional programming. You can easily create event streams, compose and transform streams with query-like operators, subscribe to any observable stream to perform side effects. Rx is…