Boost logo

Boost :

From: mahesh pramod (pramodbaru12345_at_[hidden])
Date: 2021-10-07 11:15:09


Hi ,
I am getting false always for this timed_wait function . does posix_time
supports in windows as its not looking for notify signal.

scoped_lock_t lock(m_mutex);
EXPECT_TRUE(m_condition_variable.timed_wait(lock,
boost::posix_time::milliseconds(500))) << "Should get signalled (true) not
time out";


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk