Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 1.03 KB

README.md

File metadata and controls

12 lines (10 loc) · 1.03 KB

using std::cpp 2019

Build Status Build Status

Presentation from Joaquín Mª López Muñoz at using std::cpp 2019 and associated material.

  • Some fun with Reactive Programming in C++17 (video): Reactive Programming models program behavior as a directed graph of data dependencies where state changes propagate through callbacks. We introduce the main concepts of RP and some motivational examples through the construction of an RP microframework in C++17 using Boost.Signals2.