We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue tracking implementation of jthreads, introduced in C++20.
jthread
See jthread on cppreference.com.
The text was updated successfully, but these errors were encountered:
https://github.com/josuttis/jthread I have no problem creating std::jthread, std::stop_token and mingw::thread in test_jthread1.cpp for gcc 11.3.0 in C++2a. I use https://github.com/Jamaika1/mingw_std_threads
test_jthread1.cpp
Sorry, something went wrong.
No branches or pull requests
Issue tracking implementation of
jthread
s, introduced in C++20.See jthread on cppreference.com.
The text was updated successfully, but these errors were encountered: