Module raw_sync_2::locks

source ·
Expand description

Lock implementations

Structs

  • Used to wrap an acquired lock’s data. Lock is automatically released on Drop
  • Used to wrap an acquired lock’s read only data. Lock is automatically released on Drop

Traits

Functions