最近在閱讀《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
響應式編程中的stream是什么?
米脂
2018-09-14 10:17:50
