1
2
3
4
//! Module containing the asynchronous synchronization primitives
//! the crate uses in the public API.

pub use tokio::sync::RwLock;