Module async_lock

Source

Structsยง

Mutex ๐Ÿ”’
An async mutex.
RwLock ๐Ÿ”’
An async reader-writer lock.
RwLockReadGuard ๐Ÿ”’
A guard that releases the read lock when dropped.
RwLockWriteGuard ๐Ÿ”’
A guard that releases the write lock when dropped.
Semaphore ๐Ÿ”’
An abstraction over async semaphore API.

Type Aliasesยง

SemaphorePermit ๐Ÿ”’