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