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

Creational Operators

These Operators will help a developer  to create various kind of Observables,from  the input data. We have already demonstrated the use of create, from, interval, and range Operators in our example code. Consult those examples and the RxCpp documentation to learn more about them. A table containing some of the Operators are given below :

Observables

Description

create

Create an observable by calling the Observer method programmatically

defer

Create a fresh Observable for each Observer/Subscriber

empty

Create an Observable that does not emit anything (emits only on_completed)

from

Create an Observable based on the parameters (Polymorphic)

interval

Create an Observable that emits a sequence ...

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