We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
MTLock
1 parent bacde4f commit cacacd1Copy full SHA for cacacd1
1 file changed
src/parallel-rustc.md
@@ -48,7 +48,6 @@ are implemented differently depending on whether `parallel-compiler` is true.
48
| -------------------------------- | --------------------------------------------------- | ------------ |
49
| Lock\<T> | (parking_lot::Mutex\<T>) | (std::cell::RefCell) |
50
| RwLock\<T> | (parking_lot::RwLock\<T>) | (std::cell::RefCell) |
51
-| MTLock\<T> | (Lock\<T>) | (T) |
52
| ReadGuard | parking_lot::RwLockReadGuard | std::cell::Ref |
53
| MappedReadGuard | parking_lot::MappedRwLockReadGuard | std::cell::Ref |
54
| WriteGuard | parking_lot::RwLockWriteGuard | std::cell::RefMut |
0 commit comments