Module lock

Source

Structsยง

Mutex
An async mutex.
MutexGuard
A guard that releases the mutex when dropped.
OnceCell
A memory location that can be written to at most once.
RwLock
An async reader-writer lock.