Posts

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.…
timeline

A new Thread with C++20: std::jthread

/
One of the participants in my CppCon 2018 workshop asked me: "Can a std::thread be interrupted?". No,…