21 Sep
2016
21 Sep
'16
9:05 a.m.
El 20/09/2016 a las 16:42, Chris Evans escribió:
Hi,
I am trying to use condition variables to signify updated data in a managed_shared_memory segment. I have one "writer" and multiple "readers" of the shared state, so I am using a readers-writer lock as follows:
...
Unfortunately, although the code compiles, the reader processes are never awakened from wait() and block forever.
Looks like a bug. named_condition_any should work with named_sharable_mutex. Please open a ticket. Best, Ion