响应式编程中的stream是什么?

最近在阅读《The introduction to Reactive Programming you've been missing》文章,无法理解文章中的stream具体是什么,个人理解是在一条时间线上发生的三种事件(values,error,completed)的队列。

--a---b-c---d---X---|->a, b, c, d are emitted values
X is an error| is the 'completed' signal---> is the timeline


米脂
浏览 846回答 1
1回答

缥缈止盈

我也是初学者,我感觉stream,其实就是数据放在时间轴上,构成的这个,有些人就为了更好理解就叫stream
打开App,查看更多内容
随时随地看视频慕课网APP

相关分类

JavaScript