Files
rust/library/std/src
bors 256721ee51 Auto merge of #92553 - m-ou-se:thread-join-simplify, r=Mark-Simulacrum
Simpilfy thread::JoinInner.

`JoinInner`'s `native` field was an `Option`, but that's unnecessary.

Also, thanks to `Arc::get_mut`, there's no unsafety needed in `JoinInner::join()`.
2022-01-13 03:46:19 +00:00
..
2021-10-25 22:44:41 -05:00
2021-12-18 00:21:53 +11:00
2021-02-06 13:05:56 +01:00
2021-05-19 15:52:09 +02:00
2021-10-25 22:44:41 -05:00
2021-10-25 22:44:41 -05:00
2022-01-08 09:49:41 -05:00
2021-08-01 11:19:24 -04:00
2021-10-19 15:02:21 +01:00
2021-12-14 16:40:43 +01:00
2021-12-11 13:47:20 +03:00
2021-12-04 19:40:33 +01:00
2021-12-18 00:21:53 +11:00
2022-01-10 14:22:45 +03:00