eventually_util/
sync.rs

1//! Module containing the asynchronous synchronization primitives
2//! the crate uses in the public API.
3
4pub use tokio::sync::RwLock;