Crate async_mutex

Source
Expand description

DO NOT USE!

This crate was merged into async-lock, which provides the API this crate used to.

Structsยง

Mutex
An async mutex.
MutexGuard
A guard that releases the mutex when dropped.
MutexGuardArc
An owned guard that releases the mutex when dropped.