technology 2025795 1280

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…
cover

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…
timeline20 23

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…
trapMice

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…
trap

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…
gleise

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…
retriever

C++ Core Guidelines: Sharing Data between Threads

/
If you want to have fun with threads, you should share mutable data between them. To get no data race…
wrench 24261 640

C++ Core Guidelines: Use Tools to Validate your Concurrent Code

/
Today, I'm happy to write about the probably most important C++ Core Guidelines for concurrency rule:…
thread 841607 640

C++ Core Guidelines: More Rules about Concurrency and Parallelism

/
Writing multithreading programs is hard, even harder if the program should be correct. The rules of the…
timeline11 14

C++ Core Guidelines: Rules for Concurrency and Parallelism

/
C++11 is the first C++ standard that deals with concurrency. The basic building block for concurrency…
RainerGrimmSmall

The new pdf bundle is ready: Functional Features in C++

/
I have prepared the pdf bundle. To get it is quite simple. If you subscribe to the newsletter, you…
cheetah

C++ Core Guidelines: The Remaining Rules about Performance

/
Today, I will write about the remaining ten rules of performance. Ten rules seem to be a lot, but only…