Expand description
Dependency tracing versions of std::sync
.
Structs§
- Condvar
- Wrapper around
std::sync::Condvar
. - Mutex
- Wrapper for
std::sync::Mutex
. - Mutex
Guard - Wrapper for
std::sync::MutexGuard
. - Once
- Wrapper around
std::sync::Once
. - Once
Lock - Wrapper for
std::sync::OnceLock
- RwLock
- Wrapper for
std::sync::RwLock
. - Tracing
RwLock Guard - Hybrid wrapper for both
std::sync::RwLockReadGuard
andstd::sync::RwLockWriteGuard
.
Type Aliases§
- RwLock
Read Guard - Wrapper around
std::sync::RwLockReadGuard
. - RwLock
Write Guard - Wrapper around
std::sync::RwLockWriteGuard
.