Skip to main content

<thread>

<thread> allows you to leverage multithreading in your C++ application.
The std::thread class represents a thread.