Commit 99aa9bd
authored
add
* add RwLockExt trait to detach from Python while blocking on a RwLock
* implement RwLockExt for lock_api::RwLock and Arc<RwLock>
* add test of parking_lot::RwLock (via lock_api)
* fix typo in test name
* fix docs
* check reader blocks writer case / more checks for poisoned rwlockRwLockExt trait (#5435)1 parent 2490163 commit 99aa9bd
2 files changed
+408
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
0 commit comments