starnix_
sync
0.0.1
Mutex
Aliased Type
In crate starnix_
sync
starnix_sync
Type Alias
Mutex
Copy item path
Source
pub type Mutex<T> = Mutex<TracingWrapper<
RawSyncMutex
>, T>;
Aliased Type
ยง
struct Mutex<T> {
/* private fields */
}