Commit 13e4366
authored
Rollup merge of #144648 - connortsui20:nonpoison_rwlock, r=Mark-Simulacrum
Implementation: `#[feature(nonpoison_rwlock)]`
Tracking Issue: rust-lang/rust#134645
This PR continues the effort made in rust-lang/rust#144022 by adding the implementation of `nonpoison::rwlock`.
Many of the changes here are similar to the changes made to implement `nonpoison::mutex`. The only real difference is that this PR includes a reorganizing of the existing `poison::rwlock` file that hopefully makes both variants more readable.
### Related PRs
- `nonpoison_condvar` implementation: rust-lang/rust#144651
- `nonpoison_once` implementation: rust-lang/rust#144653File tree
0 file changed
+0
-0
lines changed0 file changed
+0
-0
lines changed
0 commit comments