std::adopt_lock_t - Assume the calling thread has already obtained mutex ownership and manage it.
Contents
Detailed Description
Assume the calling thread has already obtained mutex ownership and manage it.
Name
std::adopt_lock_t - Assume the calling thread has already obtained mutex ownership and manage it.
Synopsis
#include <mutex>
See Also
🔒
Lock 