void swap( unique_lock& other );
Defined in header
void unlock();
virtual const char* what() const;
bool try_lock();
future(); (1)
id();
C++ includes built-in support for threads, mutual exclusion, condition variables, and futures. Threads Threads
Page 3 of 17