Dropped unused UniqueLock(Mutex*, ...) constructor that accepts a pointer to a mutex.
Also minor naming, comments and style improvements.
Dropped unused UniqueLock(Mutex*, ...) constructor that accepts a pointer to a mutex.
Also minor naming, comments and style improvements.
.
This is useful when using a pointer as an optional alias to a mutex, no?
This is useful when using a pointer as an optional alias to a mutex, no?
Correct. I'm using such aliases in my own experimental branches :facepalm:
Note to myself: add tests for this constructor.