Expand description
Dependency tracing wrappers for parking_lot
.
Structs§
- Once
- A dependency-tracking wrapper for
parking_lot::Once
.
Enums§
- Once
State - Current state of a
Once
.
Type Aliases§
- Fair
Mutex - Dependency tracking fair mutex. See:
parking_lot::FairMutex
. - Fair
Mutex Guard - Mutex guard for
FairMutex
. - Mapped
Fair Mutex Guard - RAII guard for
FairMutexGuard::map
. - Mapped
Mutex Guard - RAII guard for
MutexGuard::map
. - Mapped
Reentrant Mutex Guard - RAII guard for
ReentrantMutexGuard::map
. - Mapped
RwLock Read Guard - RAII guard for
RwLockReadGuard::map
. - Mapped
RwLock Write Guard - RAII guard for
RwLockWriteGuard::map
. - Mutex
- Dependency tracking mutex. See:
parking_lot::Mutex
. - Mutex
Guard - Mutex guard for
Mutex
. - Reentrant
Mutex - Dependency tracking reentrant mutex. See:
parking_lot::ReentrantMutex
. - Reentrant
Mutex Guard - Mutex guard for
ReentrantMutex
. - RwLock
- Dependency tracking RwLock. See:
parking_lot::RwLock
. - RwLock
Read Guard - Read guard for
RwLock
. - RwLock
Upgradable Read Guard - Upgradable Read guard for
RwLock
. - RwLock
Write Guard - Write guard for
RwLock
.