Expand description
Cross-platform Mutex re-export for native and WASM targets Cross-platform Mutex re-export for native and WASM targets
This module provides a unified Mutex type that uses tokio::sync::Mutex
on native targets and async_lock::Mutex on WASM targets.
Structsยง
- Mutex
- An asynchronous
Mutex-like type.