llvm-project
11766a40
- [libc++] Don't try to wait on a thread that hasn't started in std::async (#125433)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
290 days ago
[libc++] Don't try to wait on a thread that hasn't started in std::async (#125433) If the creation of a thread fails, this causes an idle loop that will never end because the thread wasn't started in the first place. Fixes #125428
References
#125433 - [libc++] Don't try to wait on a thread that hasn't started in std::async
Author
philnik777
Parents
0f9720a6
Loading