Module tracing

Source
Expand description

Dependency tracing versions of std::sync.

Structs§

Condvar
Wrapper around std::sync::Condvar.
Mutex
Wrapper for std::sync::Mutex.
MutexGuard
Wrapper for std::sync::MutexGuard.
Once
Wrapper around std::sync::Once.
OnceLock
Wrapper for std::sync::OnceLock
RwLock
Wrapper for std::sync::RwLock.
TracingRwLockGuard
Hybrid wrapper for both std::sync::RwLockReadGuard and std::sync::RwLockWriteGuard.

Type Aliases§

RwLockReadGuard
Wrapper around std::sync::RwLockReadGuard.
RwLockWriteGuard
Wrapper around std::sync::RwLockWriteGuard.