pub type AsyncMutex<T> = Mutex<T>;
An asynchronous mutex.
pub struct AsyncMutex<T> { /* private fields */ }