My ALS Journey (12/n): My Legacy

Today, I want to give you a rough idea, how I plan my next year's as a teacher, mentor , and speaker. >>…

Cooperative Interruption of a Thread in C++20: Callbacks

I introduced in my last post "Cooperative Interruption of a Thread in C++20" callbacks. Today, I dive…
TimelineCpp20Interruption

Cooperative Interruption of a Thread in C++20

/
A typical question in my C++ seminars is: Can a  thread be killed? Before C++20, my answer is no. With…