关于[响应式编程知多少 | Rx.NET 了解下]的摘要:
这是一篇介绍如何基于Rx.NET进行响应式编程,进而开发更加灵活、松耦合、可伸缩的响应式系统的文章,摘要: An API for asynchronous programming with observable streams. ReactiveX is a combination of the best ideas from the Observer pattern, the Iterator pattern, and functional programming. ReactiveX 使用可观察数据流进行异步编程的API。 ReactiveX结合了观察者模式、迭代器模式和函数式编程的精华。