(1)
template< class R, class Alloc > struct uses_allocator<s
void make_ready_at_thread_exit( ArgTypes... args );
Defined in header
future(); (1)
virtual const char* what() const;
void set_exception( std::exception_ptr p );
C++ includes built-in support for threads, mutual exclusion, condition variables, and futures. Threads Threads
Page 1 of 17