Tagged Questions
1
vote
1answer
299 views
Why not to use boost::mutex within shared memory compared to boost::interprocess_mutex?
Having now for a while been learning and using boost shared memory in anger I've arrived at a mental model, of when to use what type of mutex, that looks like this:
class ...