- Reactive Programming in Kotlin
- Rivu Chakraborty
- 74字
- 2021-07-02 22:26:37
Getting started with RxKotlin
RxKotlin is a specific implementation of reactive programming for Kotlin, which is influenced by functional programming. It favors function composition, avoidance of global state, and side effects. It relies on the observer pattern of producer/consumer, with a lot of operators that allow composing, scheduling, throttling, transforming, error handling, and lifecycle management.
Whereas Reactor-Kotlin is also based on functional programming, and it is widely accepted and backed by the Spring Framework.
推薦閱讀
- Python絕技:運用Python成為頂級數據工程師
- Hands-On Machine Learning with Microsoft Excel 2019
- SQL Server 2012數據庫技術與應用(微課版)
- Voice Application Development for Android
- Python數據分析、挖掘與可視化從入門到精通
- MySQL從入門到精通(第3版)
- iOS and OS X Network Programming Cookbook
- 深入淺出MySQL:數據庫開發、優化與管理維護(第2版)
- 大數據架構商業之路:從業務需求到技術方案
- MATLAB Graphics and Data Visualization Cookbook
- Oracle PL/SQL實例精解(原書第5版)
- 貫通SQL Server 2008數據庫系統開發
- Artificial Intelligence for Big Data
- 一本書講透數據治理:戰略、方法、工具與實踐
- 機器視覺原理與案例詳解