28 Nov
2023
28 Nov
'23
4:24 p.m.
Jeff Garland wrote:
I think the canonical example actually is boost::thread. It had an interruption feature -- and maybe some other things I've forgotten -- that come up often. Probably now solved by jthread in c++20, but possibly not as cleanly.
People are definitely still using Boost.Thread instead of <thread> because of interruption.