[−][src]Module matrix_sdk_common::locks
Structs
| Mutex | An asynchronous |
| MutexGuard | A handle to a held |
| RwLock | An asynchronous reader-writer lock |
| RwLockReadGuard | RAII structure used to release the shared read access of a lock when dropped. |
| RwLockWriteGuard | RAII structure used to release the exclusive write access of a lock when dropped. |