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-12 14:44:30 -08:00
2025-02-13 13:10:28 -08:00
2025-02-20 11:34:48 +01:00
2025-02-24 07:46:55 +00:00