Module std

Source
Expand description

Implementations of KeyMutex and KeyRwLock using std::sync::{Mutex, RwLock}.

Structsยง

KeyMutex
KeyRwLock
OwnedMutexGuard
OwnedReadGuard
OwnedWriteGuard