Expand description

Contains an ffi-safe equivalent of parking_lot::Mutex.

Structs

  • A mutual exclusion lock that allows dynamic mutable borrows of shared data.
  • A mutex guard,which allows mutable access to the data inside an RMutex.