Skip to content

Commit d77bbb4

Browse files
authored
Rollup merge of #145895 - RalfJung:unpark, r=joboet
thread parking: fix docs and examples Fixes rust-lang/rust#145816 r? ```@joboet``` Cc ```@m-ou-se``` ```@Amanieu```
2 parents 40df2fb + 89d4626 commit d77bbb4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -606,6 +606,7 @@ Definite bugs found:
606606
* [A bug in the new `RwLock::downgrade` implementation](https://rust-lang.zulipchat.com/#narrow/channel/269128-miri/topic/Miri.20error.20library.20test) (caught by Miri before it landed in the Rust repo)
607607
* [Mockall reading uninitialized memory when mocking `std::io::Read::read`, even if all expectations are satisfied](https://github.com/asomers/mockall/issues/647) (caught by Miri running Tokio's test suite)
608608
* [`ReentrantLock` not correctly dealing with reuse of addresses for TLS storage of different threads](https://github.com/rust-lang/rust/pull/141248)
609+
* [Rare Deadlock in the thread (un)parking example code](https://github.com/rust-lang/rust/issues/145816)
609610

610611
Violations of [Stacked Borrows] found that are likely bugs (but Stacked Borrows is currently just an experiment):
611612

0 commit comments

Comments
 (0)