Expand description
A wrapper for Mutex
that supports obtaining Pin<&mut T>
references to the contained value.
It’s a trade-off though, because it can no longer provide mutable access without being pinned.
Structs§
- Mutex
- Documentation still incomplete. API similar to
std::sync::Mutex
. - NoPin
Mutex Guard