3 Jun
2010
3 Jun
'10
10:41 p.m.
AMDG Sönke Schau wrote:
In the constructor of named_mutex it is possible to specify that the mutex should be opened or otherwise created.
Is there a way to determine which took place: creation or open?
No. If you really need to know, you could try alternating open and create in a loop until it succeeds. In Christ, Steven Watanabe