[−][src]Module spin::lock_api
Spin synchronisation primitives, but compatible with lock_api.
Type Definitions
| Mutex | A lock that provides mutually exclusive data access (compatible with |
| MutexGuard | A guard that provides mutable data access (compatible with |
| RwLock | A lock that provides data access to either one writer or many readers (compatible with |
| RwLockReadGuard | A guard that provides immutable data access (compatible with |
| RwLockUpgradableReadGuard | A guard that provides immutable data access but can be upgraded to |
| RwLockWriteGuard | A guard that provides mutable data access (compatible with |