最近在閱讀《The introduction to Reactive Programming you've been missing》文章,無(wú)法理解文章中的stream具體是什么,個(gè)人理解是在一條時(shí)間線上發(fā)生的三種事件(values,error,completed)的隊(duì)列。--a---b-c---d---X---|->a, b, c, d are emitted values
X is an error| is the 'completed' signal---> is the timeline
響應(yīng)式編程中的stream是什么?
米脂
2018-09-14 10:17:50