June 2018
Intermediate to advanced
348 pages
8h 45m
English
So far, we have covered essential aspects of reactive programming using C++. Some of the key topics covered include:
If you take a closer look, all examples so far in this book are related to what happens inside a process. Or, we were essentially focusing on shared memory parallel and concurrent techniques. The Rx.net, RxJava and most Rx implementations are basically concerned with shared memory concurrent and parallel programming. A system such as Akka applies reactive programming ...