- 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.
- Kubernetes修煉手冊(cè)
- SOA實(shí)踐者說
- 操作系統(tǒng)基礎(chǔ)與實(shí)踐:基于openEuler平臺(tái)
- 高性能Linux服務(wù)器構(gòu)建實(shí)戰(zhàn):運(yùn)維監(jiān)控、性能調(diào)優(yōu)與集群應(yīng)用
- 嵌入式Linux驅(qū)動(dòng)程序和系統(tǒng)開發(fā)實(shí)例精講
- 混沌工程:復(fù)雜系統(tǒng)韌性實(shí)現(xiàn)之道
- Linux運(yùn)維最佳實(shí)踐
- 從零開始學(xué)安裝與重裝系統(tǒng)
- 統(tǒng)信UOS應(yīng)用開發(fā)進(jìn)階教程
- Docker容器技術(shù)與應(yīng)用
- 每天5分鐘玩轉(zhuǎn)Docker容器技術(shù)
- Windows 8玩全不求人
- 樹莓派+傳感器:創(chuàng)建智能交互項(xiàng)目的實(shí)用方法、工具及最佳實(shí)踐
- Gradle Effective Implementations Guide(Second Edition)
- Responsive Web Design by Example:Beginner's Guide(Second Edition)