$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [thread] Timed waits in Boost.Thread potentiallyfundamentally broken on Windows (possibly rest of Boost too)
From: Peter Dimov (lists_at_[hidden])
Date: 2015-01-23 10:47:53
Andrey Semashev wrote:
> Trying to deal with spurious wakeups in the cv implementation is just a
> waste of resources.
It's worse than that - it's deceiving users that their code is correct, when
it isn't.