Hands-On Reactive Programming with Python
上QQ阅读APP看书,第一时间看更新

Observable cycles

From now on, all principles needed to write asynchronous reactive code in a functional way should be clear: reactive programming, asynchronous programming, and functional programming. Before combining all these concepts, there is one last thing to look at—one issue that any real code will face: observable cycles.