码迷,mamicode.com
首页 > 其他好文 > 详细

响应式编程是一种异步的、声名式的、面向数据流的编程范式

时间:2019-06-14 19:58:51      阅读:104      评论:0      收藏:0      [点我收藏+]

标签:end   cert   class   ted   contex   数据流   overlap   handle   lan   

响应式编程是一种异步的、声名式的、面向数据流的编程范式。

 

异步:moand、observeable、handle;

声名式:用逻辑表述的形式组织代码;使用函数式编程范式。

数据流:将数据视作数据流的形式,并用pipeline的形式做处理。

 

rx是对响应式编程操作的标准化。

Each language-specific implementation of ReactiveX implements a set of operators. Although there is much overlap between implementations, there are also some operators that are only implemented in certain implementations. Also, each implementation tends to name its operators to resemble those of similar methods that are already familiar from other contexts in that language.

 

http://reactivex.io/documentation/operators.html#categorized

响应式编程是一种异步的、声名式的、面向数据流的编程范式

标签:end   cert   class   ted   contex   数据流   overlap   handle   lan   

原文地址:https://www.cnblogs.com/feng9exe/p/11025025.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!