
25 Feb
2009
25 Feb
'09
3:38 a.m.
I'm trying to use interprocess_condition::timed_wait without success. I
never get the timeout in my code. I think I don't understand at all how
posix_time works. My code is the following:
ptime t = boost::posix_time::microsec_clock::local_time();
ptime timeout = t + milliseconds(1000);
scoped_lock