June 2018
Intermediate to advanced
348 pages
8h 45m
English
In this chapter, we covered quite a bit of ground in understanding the Rx programming model in general, and the RxCpp library in particular. We started with a conceptual overview of the data flow computing paradigm and moved quickly to writing some basic RxCpp programs. After introducing Rx marble diagrams, we learned about the set of Operators supported by the RxCpp library. We also introduced the important topic of Scheduler, and finally we discussed the difference between the flatmap and concatmap Operators. In the next chapter, we will cover hot and cold Observables, Advanced scheduling, and some topics that we have not covered in this chapter.