Commit db1f0d0
committed
Return error on unexpected termination in
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 rust-lang#124466.Thread::join.1 parent bb2cc59 commit db1f0d0
1 file changed
+5
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1739 | 1739 | | |
1740 | 1740 | | |
1741 | 1741 | | |
1742 | | - | |
| 1742 | + | |
| 1743 | + | |
| 1744 | + | |
| 1745 | + | |
| 1746 | + | |
1743 | 1747 | | |
1744 | 1748 | | |
1745 | 1749 | | |
| |||
0 commit comments