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 have discussed facilities provided by the standard library to write task-based parallelism. We saw how to use futures and promises with std::packaged_task and std::async. We discussed the new multi-threading-aware memory model that is available with the Modern C++ language. After that, we covered atomic types, and operations associated with them. The most important thing that we learned about are the various memory-ordering semantics of the language. In a nutshell, this particular chapter and the previous one will enable us to reason about the concurrency aspects of the reactive programming model.

In the following chapter, we will shift our attention from language and concurrency to the standard interface of the ...

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