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

Advantages of Event Stream programming

Aggregating events as a Stream and processing  them in downstream  systems has many advantages compared to the traditional Event programming model. Some of the key advantages are:

  • Event source and Event sinks are not coupled
  • Event sinks can process events without bothering with Event sources
  • We can apply Stream processing operators to process and filter Streams
  • The transformation and filtering can be done at the aggregation level
  • The events can be propagated through a Stream-processing network
  • Event processing can be parallelized easily (declarative parallelism )
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