Defined in header
template< class Clock, class Duration > bool try_lock_until(
native_handle_type native_handle();
shared_future(); (1)
void unlock();
void wait() const;
C++ includes built-in support for threads, mutual exclusion, condition variables, and futures. Threads Threads
Page 1 of 17