commit | e768d915f9ccdae6f89b21c7fef31a6a669daac6 | [log] [tgz] |
---|---|---|
author | Nikolas Klauser <nikolasklauser@berlin.de> | Tue Feb 25 13:33:17 2025 +0100 |
committer | Copybara-Service <copybara-worker@google.com> | Tue Feb 25 04:36:07 2025 -0800 |
tree | ff267f30b3668a6a1afef32ccf01da6511019b07 | |
parent | 35231e04cd3484cf65b470fda71d613dfc4e46cc [diff] |
[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 GitOrigin-RevId: 11766a40972f5cc853e296231e5d90ca3c886cc1