Expand description

crates.io github MIT / Apache 2.0 licensed

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

Documentation still incomplete. API similar to std::sync::Mutex.

Type Definitions