@Daniel,
std::unique_lock is not portable across threads (i.e. it has the same lock/unlock semantics as the mutex it wraps).
@Daniel,
std::unique_lock is not portable across threads (i.e. it has the same lock/unlock semantics as the mutex it wraps).