Async reader-writer lock.
# Cargo.toml
[dependencies]
async-rwlock = "1.3.1"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Creates an async RwLock and acquires a read lock.
Add tokio as a dependency and use #[tokio::main] or another async runtime.
No dependency data recorded yet.