$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Peter Dimov (pdimov_at_[hidden])
Date: 2023-11-28 16:24:58
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.