Crate range_mutex

Source

Structs§

RangeMutex
A Mutex-like type for slices and slice-like containers.
RangeMutexGuard
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§

RangeMutexBackingStorage
The trait for types which can be used as the backing store for a RangeMutex.