
C++ Core Guidelines: The Resolution of the Riddle
/
0 Comments
Today, I will solve the riddle from my last post. Thanks to my readers, the analysis of the ABA problem…

C++ Core Guidelines: Concurrency and lock-free Programming
Today, I will finish the rules for concurrency and continue directly with lock-free programming. Yes,…

The End of my Detour: Unified Futures
After the last post to executors, I can finally write about the unified futures. I write in the post…

The Update of my Book “Concurreny with Modern C++”
The update of my book "Concurrency with Modern C++" is available. This version is a total rework of the…

A Short Detour: Executors
A few weeks ago, one of the authors of the proposal to the futures in C++ Felix Petriconi wrote me an…

C++ Core Guidelines: Be Aware of the Traps of Condition Variables
Today, I am writing a scary post about condition variables. You should be aware of these issues of condition…