October 2018
Intermediate to advanced
420 pages
10h 26m
English
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 ...