Crate range_mutex
source ·Structs
- A
Mutex
-like type for slices and slice-like containers. - An RAII implementation of a “scoped lock” of a slice of a
RangeMutex
. When this structure is dropped (falls out of scope), the lock will be unlocked.
Traits
- The trait for types which can be used as the backing store for a
RangeMutex
.