
Which pdf bundle should I provide? Make your choice!
/
0 Comments
Now, it's time to choose the next pdf bundle? You will get all posts, all source files, and a cmake file…

C++ Core Guidelines: The Remaining Rules about Lock-Free Programming
Today, I will finish my story on concurrency and lock-free programming. There are four rules to lock-free…

C++ Core Guidelines: The Resolution of the Riddle
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…

C++ Core Guidelines: More Traps in the Concurrency
Concurrency provides many ways to shoot yourself in the foot. The rules for today help you to know these…

C++ Core Guidelines: Taking Care of your Child Thread
When you create a new child thread, you must answer an important question: should you wait for the child…