Commit d06d4b8
committed
refactor and clean up rwlock
This commit does a few things:
- Unify the lifetime annotations to all use `'rwlock` where some where
using `'a`
- Unify the implementation blocks for the 4 different kinds of guards
- Adds documentation to the fields of each struct
- Aligns the fields of `RwLockWriteGuard` to be similar to the other 3
rename try_map to filter_map1 parent e9f8103 commit d06d4b8
1 file changed
+302
-254
lines changed
0 commit comments