usingstdcpp2019 icon indicating copy to clipboard operation
usingstdcpp2019 copied to clipboard

"Some fun with Reactive Programming in C++17" presentation at using std::cpp 2019 and associated material

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.