- Hands-On Reactive Programming with Python
- Romain Picard
- 197字
- 2021-06-24 18:25:15
Further reading
The description of the observer design pattern was originally documented in the book Design Patterns: Elements of Reusable Object-Oriented Software
. You can read it to understand one of the foundations of ReactiveX. This book contains the description of all base design patterns used in object-oriented programming.
A detailed description of the reactor and proactor design patterns is available in the book Pattern-Oriented Software Architecture, Patterns for Concurrent and Networked Objects, Volume 2.
This book contains information on concurrency, synchronization, and event handling.
The ReactiveX documentation is available online here: http://reactivex.io/documentation/operators.html. This documentation is generic to all programming languages, featuring marble diagrams of each operator. Refer to this documentation when looking for an operator. For each operator, it contains links to the specificity of each implementation.
The Reactive Manifesto is a great source of information to understand what is a reactive system and how to implement such a system: https://www.reactivemanifesto.org/.
You must read and learn The Observable Contract available here: http://reactivex.io/documentation/contract.html. It describes in a few words the rules that govern observables and observers. Once you are at ease with these concepts, you will be able to write and read ReactiveX code in an efficient way.
- 精通Linux內核開發
- 高性能Linux服務器構建實戰:系統安全、故障排查、自動化運維與集群架構
- 計算機系統開發與優化實戰
- 深入理解eBPF與可觀測性
- Windows Server 2019 Administration Fundamentals
- Learning Bootstrap
- 直播系統開發:基于Nginx與Nginx-rtmp-module
- 嵌入式系統及其應用(第三版)
- 無蘋果不生活 The New iPad隨身寶典
- Learning Magento 2 Administration
- AutoCAD 2014中文版從入門到精通
- Social Data Visualization with HTML5 and JavaScript
- VMware Horizon View Essentials
- AWS SysOps Cookbook
- Vim 8文本處理實戰