template< class Mutex > void swap( unique_lock<Mutex>&
shared_mutex(); (1)
bool joinable() const;
Defined in header
void swap( unique_lock& other );
future(); (1)
native_handle_type native_handle();
C++ includes built-in support for threads, mutual exclusion, condition variables, and futures. Threads Threads
void make_ready_at_thread_exit( ArgTypes... args );
Page 1 of 17