[interprocess] named_condition.timed_wait does not wait.
Hi all,
I am fighting with the named_condition again. Currently I am using
timed_wait but it does not behave like I expected. Sometimes it is okay
(triggers on the given timeout) but sometimes it just returns
immediately false (ignoring the timeout). Can someone give me a hint
what I am doing wrong?
Thanks in advance.
Here is a simplified version of what I try to do:
using namespace boost::interprocess;
using namespace boost::posix_time;
_process1_: (WRITER)
scoped_lock
participants (1)
-
Moritz