Skip to Content
C++ Reactive Programming
book

C++ Reactive Programming

by Praseed Pai, Peter Abraham
June 2018
Intermediate to advanced
348 pages
8h 45m
English
Packt Publishing
Content preview from C++ Reactive Programming

Summary

In this chapter, we learned how to write custom operators. We started by writing simple operators that can perform basic tasks. Even though the operators we wrote (initially) were composable, we were not able to chain them together like standard RxCpp operators. After writing different genres of operators, we implemented chainable custom operators using the lift<T> meta operator. Finally, we saw how we can add an operator to observable<T> as well. In the next chapter, we'll delve into the world of design patterns and idioms for Rx programming. We'll start with GOF design patterns and implement different reactive programming patterns.

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Functional Programming in C++

Functional Programming in C++

Ivan Cukic

Publisher Resources

ISBN: 9781788629775Supplemental Content