Thread support library

Thread support library

C++ includes built-in support for threads, mutual exclusion, condition variables, and futures.

Threads

Threads enable programs to execute across several processor cores.

登录查看完整内容
Defined in header <thread>
(C++11)
manages a separate thread
(class)
Functions managing the current thread
Defined in namespace this_thread