Matthias Krüger f19d4b5f97
Rollup merge of #137480 - fuzzypixelz:fix/124466, r=workingjubilee
Return unexpected termination error instead of panicing in `Thread::join`

There is a time window during which the OS can terminate a thread before stdlib can retreive its `Packet`. Currently the `Thread::join` panics with no message in such an event, which makes debugging difficult; fixes #124466.
2025-02-27 08:56:39 +01:00
..
2025-02-20 19:12:06 +00:00
2025-02-11 13:04:27 -08:00
2025-02-13 13:10:28 -08:00
2025-02-14 07:36:17 -08:00
2025-02-09 17:11:13 +00:00
2025-02-07 16:54:07 +01:00