Module matrix_sdk_common::locks
source · [−]Structs
An async mutex.
A guard that releases the mutex when dropped.
An async reader-writer lock.
A guard that releases the read lock when dropped.
A guard that releases the write lock when dropped.